#72777A

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

Shades of Raven #72777A

Tints of Raven #72777A

Color information

#72777A (or 0x72777A) is unknown color: approx Raven. HEX triplet: 72, 77 and 7A. RGB value is (114,119,122). Sum of RGB (Red+Green+Blue) = 114+119+122=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 122 - color contains mainly: blue. Hex color #72777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72777A is #8D8885. Grayscale: #757575. Windows color (decimal): -9275526 or 8025970. OLE color: 8025970.

HSL color Cylindrical-coordinate representation of color #72777A: hue angle of 202.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 #72777A is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB114119122-
CMYK0.070.0200.52
HSL202.5º3.39%46.27%-
HSV(B)202.5º6.56%47.84%-
XYZ17.0518.1821.02-
YUV117.85130.34125.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.11%
GREEN value IS 119 (46.88% from 255) = 33.52%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=32.11%
G=33.52%
B=34.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1141191220.070.0200.52202.53.3946.27
Hex72777A72034ca32e
Octal16216717272064312356
Binary1110010111011111110101111001101001100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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