#707276

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

Shades of Raven #707276

Tints of Raven #707276

Color information

#707276 (or 0x707276) is unknown color: approx Raven. HEX triplet: 70, 72 and 76. RGB value is (112,114,118). Sum of RGB (Red+Green+Blue) = 112+114+118=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 118 - color contains mainly: blue. Hex color #707276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707276 is #8F8D89. Grayscale: #717171. Windows color (decimal): -9407882 or 7762544. OLE color: 7762544.

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

Color convert

RGB112114118-
CMYK0.050.0300.54
HSL220º2.61%45.1%-
HSV(B)220º5.08%46.27%-
XYZ15.9716.7919.54-
YUV113.86130.34126.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.56%
GREEN value IS 114 (44.92% from 255) = 33.14%
BLUE value IS 118 (46.48% from 255) = 34.30%
R=32.56%
G=33.14%
B=34.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121141180.050.0300.542202.6145.1
Hex70727653036dc32d
Octal16016216653066334355
Binary1110000111001011101101011101101101101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707276; }

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

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

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

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

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

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

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

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