#72777B

Color #72777B Raven (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raven #72777B

Tints of Raven #72777B

Color information

#72777B (or 0x72777B) is unknown color: approx Raven. HEX triplet: 72, 77 and 7B. RGB value is (114,119,123). Sum of RGB (Red+Green+Blue) = 114+119+123=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 123 - color contains mainly: blue. Hex color #72777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72777B is #8D8884. Grayscale: #757575. Windows color (decimal): -9275525 or 8091506. OLE color: 8091506.

HSL color Cylindrical-coordinate representation of color #72777B: hue angle of 206.67º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #72777B is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB114119123-
CMYK0.070.0300.52
HSL206.67º3.8%46.47%-
HSV(B)206.67º7.32%48.24%-
XYZ17.1118.221.35-
YUV117.96130.84125.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.02%
GREEN value IS 119 (46.88% from 255) = 33.43%
BLUE value IS 123 (48.44% from 255) = 34.55%
R=32.02%
G=33.43%
B=34.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1141191230.070.0300.52206.673.846.47
Hex72777B73034cf42e
Octal16216717373064317456
Binary11100101110111111101111111011010011001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #72777B;
 }
 .AnyTagClassName
 {
   color: #72777B;
 }
</style>
background-color css

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

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

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

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

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

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