Html Css Color HEX #72777C Raven

📋 copy color: '#72777C'

red 114 ◦ green 119 ◦ blue 124

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

Shades of Raven #72777C

Tints of Raven #72777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.33%

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

R = 31.93%
G = 33.33%
B = 34.73%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72777C (or 0x72777C) is known color: Raven. HEX triplet: 72, 77 and 7C. RGB value is (114,119,124). Sum of RGB (Red+Green+Blue) = 114+119+124=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 124 - color contains mainly: blue. Hex color #72777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72777C is #8D8883. Grayscale: #767676. Windows color (decimal): -9275524 or 8157042. OLE color: 8157042.

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

Color convert

RGB 114 119 124 -
CMYK 0.08 0.04 0 0.51
HSL 210º 0.04% 0.47% -
HSV(B) 210º 0.08% 0.49% -
XYZ 17.17 18.23 21.68 -
YUV 118.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 114 119 124 0.08 0.04 0 0.51 210 0.04 0.47
Hex 72 77 7C 8 4 0 33 D2 4 2F
Octal 162 167 174 10 4 0 63 322 4 57
Binary 1110010 1110111 1111100 1000 100 0 110011 11010010 100 101111

Color Harmonies of #72777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72777C

Black with #72777C

Text Example


Text Example

White with #72777C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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