#707477

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

Shades of Raven #707477

Tints of Raven #707477

Color information

#707477 (or 0x707477) is unknown color: approx Raven. HEX triplet: 70, 74 and 77. RGB value is (112,116,119). Sum of RGB (Red+Green+Blue) = 112+116+119=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 119 - color contains mainly: blue. Hex color #707477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707477 is #8F8B88. Grayscale: #737373. Windows color (decimal): -9407369 or 7828592. OLE color: 7828592.

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

Color convert

RGB112116119-
CMYK0.060.0300.53
HSL205.71º3.03%45.29%-
HSV(B)205.71º5.88%46.67%-
XYZ16.2617.2719.93-
YUV115.15130.17125.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.28%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 119 (46.88% from 255) = 34.29%
R=32.28%
G=33.43%
B=34.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121161190.060.0300.53205.713.0345.29
Hex70747763035ce32d
Octal16016416763065316355
Binary1110000111010011101111101101101011100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707477; }

 p { color: rgb(112,116,119); }

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

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

 a { background-color: rgb(112,116,119); }

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

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

 span { border-color: rgb(112,116,119); }

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