#72757A

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

Shades of Raven #72757A

Tints of Raven #72757A

Color information

#72757A (or 0x72757A) is unknown color: approx Raven. HEX triplet: 72, 75 and 7A. RGB value is (114,117,122). Sum of RGB (Red+Green+Blue) = 114+117+122=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 122 - color contains mainly: blue. Hex color #72757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72757A is #8D8A85. Grayscale: #747474. Windows color (decimal): -9276038 or 8025458. OLE color: 8025458.

HSL color Cylindrical-coordinate representation of color #72757A: hue angle of 217.5º degrees, saturation: 0.03, 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 #72757A is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB114117122-
CMYK0.070.0400.52
HSL217.5º3.39%46.27%-
HSV(B)217.5º6.56%47.84%-
XYZ16.8117.7120.94-
YUV116.67131.01126.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.29%
GREEN value IS 117 (46.09% from 255) = 33.14%
BLUE value IS 122 (48.05% from 255) = 34.56%
R=32.29%
G=33.14%
B=34.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1141171220.070.0400.52217.53.3946.27
Hex72757A74034da32e
Octal16216517274064332356
Binary11100101110101111101011110001101001101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72757A; }

 p { color: rgb(114,117,122); }

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

<style>
 a { background-color: #72757A; }

 a { background-color: rgb(114,117,122); }

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

<style>
 span { border-color: #72757A; }

 span { border-color: rgb(114,117,122); }

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