Html Css Color HEX #72787C Raven

📋 copy color: '#72787C'

red 114 ◦ green 120 ◦ blue 124

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

Shades of Raven #72787C

Tints of Raven #72787C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.52%

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

R = 31.84%
G = 33.52%
B = 34.64%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72787C (or 0x72787C) is known color: Raven. HEX triplet: 72, 78 and 7C. RGB value is (114,120,124). Sum of RGB (Red+Green+Blue) = 114+120+124=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 124 - color contains mainly: blue. Hex color #72787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72787C is #8D8783. Grayscale: #767676. Windows color (decimal): -9275268 or 8157298. OLE color: 8157298.

HSL color Cylindrical-coordinate representation of color #72787C: hue angle of 204º 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 #72787C is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 120 124 -
CMYK 0.08 0.03 0 0.51
HSL 204º 0.04% 0.47% -
HSV(B) 204º 0.08% 0.49% -
XYZ 17.29 18.47 21.72 -
YUV 118.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 114 120 124 0.08 0.03 0 0.51 204 0.04 0.47
Hex 72 78 7C 8 3 0 33 CC 4 2F
Octal 162 170 174 10 3 0 63 314 4 57
Binary 1110010 1111000 1111100 1000 11 0 110011 11001100 100 101111

Color Harmonies of #72787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72787C

Black with #72787C

Text Example


Text Example

White with #72787C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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