#72787F

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

Shades of Raven #72787F

Tints of Raven #72787F

Color information

#72787F (or 0x72787F) is unknown color: approx Raven. HEX triplet: 72, 78 and 7F. RGB value is (114,120,127). Sum of RGB (Red+Green+Blue) = 114+120+127=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 127 - color contains mainly: blue. Hex color #72787F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72787F is #8D8780. Grayscale: #767676. Windows color (decimal): -9275265 or 8353906. OLE color: 8353906.

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

Color convert

RGB114120127-
CMYK0.100.0600.50
HSL212.31º5.39%47.25%-
HSV(B)212.31º10.24%49.8%-
XYZ17.4918.5422.74-
YUV119132.51124.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.58%
GREEN value IS 120 (47.27% from 255) = 33.24%
BLUE value IS 127 (50% from 255) = 35.18%
R=31.58%
G=33.24%
B=35.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1141201270.100.0600.50212.315.3947.25
Hex72787FA6032d452f
Octal162170177126062324557
Binary1110010111100011111111010110011001011010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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