#727476

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

Shades of Raven #727476

Tints of Raven #727476

Color information

#727476 (or 0x727476) is unknown color: approx Raven. HEX triplet: 72, 74 and 76. RGB value is (114,116,118). Sum of RGB (Red+Green+Blue) = 114+116+118=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 118 - color contains mainly: blue. Hex color #727476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727476 is #8D8B89. Grayscale: #737373. Windows color (decimal): -9276298 or 7763058. OLE color: 7763058.

HSL color Cylindrical-coordinate representation of color #727476: hue angle of 210º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #727476 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB114116118-
CMYK0.030.0200.54
HSL210º1.72%45.49%-
HSV(B)210º3.39%46.27%-
XYZ16.4517.3819.63-
YUV115.63129.34126.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.76%
GREEN value IS 116 (45.70% from 255) = 33.33%
BLUE value IS 118 (46.48% from 255) = 33.91%
R=32.76%
G=33.33%
B=33.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1141161180.030.0200.542101.7245.49
Hex72747632036d222d
Octal16216416632066322255
Binary111001011101001110110111001101101101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727476; }

 p { color: rgb(114,116,118); }

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

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

 a { background-color: rgb(114,116,118); }

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

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

 span { border-color: rgb(114,116,118); }

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