Html Css Color HEX #72767C Raven

📋 copy color: '#72767C'

red 114 ◦ green 118 ◦ blue 124

#72767C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raven #72767C

Tints of Raven #72767C

RGB

 RED value IS 114 (44.92% from 255) = 32.02%

 GREEN value IS 118 (46.48% from 255) = 33.15%

 BLUE value IS 124 (48.83% from 255) = 34.83%

R = 32.02%
G = 33.15%
B = 34.83%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#72767C (or 0x72767C) is known color: Raven. HEX triplet: 72, 76 and 7C. RGB value is (114,118,124). Sum of RGB (Red+Green+Blue) = 114+118+124=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 124 - color contains mainly: blue. Hex color #72767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72767C is #8D8983. Grayscale: #757575. Windows color (decimal): -9275780 or 8156786. OLE color: 8156786.

HSL color Cylindrical-coordinate representation of color #72767C: hue angle of 216º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #72767C is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 118 124 -
CMYK 0.08 0.05 0 0.51
HSL 216º 0.04% 0.47% -
HSV(B) 216º 0.08% 0.49% -
XYZ 17.06 17.99 21.64 -
YUV 117.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 114 118 124 0.08 0.05 0 0.51 216 0.04 0.47
Hex 72 76 7C 8 5 0 33 D8 4 2F
Octal 162 166 174 10 5 0 63 330 4 57
Binary 1110010 1110110 1111100 1000 101 0 110011 11011000 100 101111

Color Harmonies of #72767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72767C

Black with #72767C

Text Example


Text Example

White with #72767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72767C; }

 p { color: rgb(114,118,124); }

 H1.HeaderClassName
 {
   color: #72767C;
 }
 .AnyTagClassName
 {
   color: #72767C;
 }
</style>

background-color css

<style>
 a { background-color: #72767C; }

 a { background-color: rgb(114,118,124); }

 div.DivClassName
 {
   background-color: #72767C;
 }
 .BgClassName
 {
   background-color: #72767C;
 }
</style>

border-color css

<style>
 span { border-color: #72767C; }

 span { border-color: rgb(114,118,124); }

 td.TdClassName
 {
   border-color: #72767C;
 }
 .TagClassName
 {
   border-color: #72767C;
 }
</style>