Html Css Color HEX #72787E Raven

📋 copy color: '#72787E'

red 114 ◦ green 120 ◦ blue 126

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

Shades of Raven #72787E

Tints of Raven #72787E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35%

R = 31.67%
G = 33.33%
B = 35%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72787E (or 0x72787E) is known color: Raven. HEX triplet: 72, 78 and 7E. RGB value is (114,120,126). Sum of RGB (Red+Green+Blue) = 114+120+126=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 126 - color contains mainly: blue. Hex color #72787E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72787E is #8D8781. Grayscale: #767676. Windows color (decimal): -9275266 or 8288370. OLE color: 8288370.

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

Color convert

RGB 114 120 126 -
CMYK 0.10 0.05 0 0.51
HSL 210º 0.05% 0.47% -
HSV(B) 210º 0.1% 0.49% -
XYZ 17.42 18.52 22.39 -
YUV 118.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 114 120 126 0.10 0.05 0 0.51 210 0.05 0.47
Hex 72 78 7E A 5 0 33 D2 5 2F
Octal 162 170 176 12 5 0 63 322 5 57
Binary 1110010 1111000 1111110 1010 101 0 110011 11010010 101 101111

Color Harmonies of #72787E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72787E

Black with #72787E

Text Example


Text Example

White with #72787E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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