Color Hex Logo

#76223d Color Hex

#76223D
(118,34,61)
0 Favorites   0 Comments

Color spaces of #76223d

RGB 1183461
HSL0.950.550.30
HSV341°71°46°
CMYK 0.000.710.48   0.54
XYZ8.88555.33254.9758
Yxy5.33250.46290.2778
Hunter Lab23.092228.27253.3890
CIE-Lab27.661838.72873.7749

#76223d color RGB value is (118,34,61).

#76223d hex color red value is 118, green value is 34 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #76223d hue: 0.95 , saturation: 0.55 and the lightness value of 76223d is 0.30.

The process color (four color CMYK) of #76223d color hex is 0.00, 0.71, 0.48, 0.54. Web safe color of #76223d is #663333. Color #76223d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100010 00111101
Octal 166 42 75
Decimal 118 34 61
Hex 76 22 3D

RGB Percentages of Color #76223d

%55.40
%15.96
%28.64

CMYK Percentages of Color #76223d

%0
%71
%48
%54

Triadic Colors of #76223d

#76223d #3d7622 #223d76

Analogous Colors of #76223d

#76223d #763122 #762267

Monochromatic Colors of #76223d

#76223d

Complementary Color

#76223d #22765b

#76223d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76223d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76223d Color CSS Codes

.mybgcolor {background-color:#76223d; } 
.myforecolor {color:#76223d; }
.mybordercolor {border:3px solid #76223d; }

#76223d Text Font Color

<p style="color:#76223d">Text here</p>

This sample text font color is #76223d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#76223d Background Color

<div style="background-color:#76223d">
Div content here</div>

This div background color is #76223d


#76223d Border Color

<div style="border:3px solid #76223d">
Div here</div>

This div border color is #76223d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,34,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76223d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76223d;
  -webkit-box-shadow: 1px 1px 3px 2px #76223d;
  box-shadow:         1px 1px 3px 2px #76223d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,34,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #76223d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #76223d;
  -webkit-box-shadow: 1px 1px 3px 2px #76223d;
  box-shadow:         1px 1px 3px 2px #76223d;">
Div content here</div>

This div box has shadow with color #76223d


Comments

No comments written yet.

Please login to write comment.