#707377

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

Shades of Raven #707377

Tints of Raven #707377

Color information

#707377 (or 0x707377) is unknown color: approx Raven. HEX triplet: 70, 73 and 77. RGB value is (112,115,119). Sum of RGB (Red+Green+Blue) = 112+115+119=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 119 - color contains mainly: blue. Hex color #707377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707377 is #8F8C88. Grayscale: #727272. Windows color (decimal): -9407625 or 7828336. OLE color: 7828336.

HSL color Cylindrical-coordinate representation of color #707377: hue angle of 214.29º 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 #707377 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB112115119-
CMYK0.060.0300.53
HSL214.29º3.03%45.29%-
HSV(B)214.29º5.88%46.67%-
XYZ16.1417.0419.89-
YUV114.56130.51126.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.37%
GREEN value IS 115 (45.31% from 255) = 33.24%
BLUE value IS 119 (46.88% from 255) = 34.39%
R=32.37%
G=33.24%
B=34.39%

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
Decimal1121151190.060.0300.53214.293.0345.29
Hex70737763035d632d
Octal16016316763065326355
Binary1110000111001111101111101101101011101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707377; }

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

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

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

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

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

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

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

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