#707277

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

Shades of Raven #707277

Tints of Raven #707277

Color information

#707277 (or 0x707277) is unknown color: approx Raven. HEX triplet: 70, 72 and 77. RGB value is (112,114,119). Sum of RGB (Red+Green+Blue) = 112+114+119=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 119 - color contains mainly: blue. Hex color #707277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707277 is #8F8D88. Grayscale: #717171. Windows color (decimal): -9407881 or 7828080. OLE color: 7828080.

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

Color convert

RGB112114119-
CMYK0.060.0400.53
HSL222.86º3.03%45.29%-
HSV(B)222.86º5.88%46.67%-
XYZ16.0316.8119.85-
YUV113.97130.84126.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.46%
GREEN value IS 114 (44.92% from 255) = 33.04%
BLUE value IS 119 (46.88% from 255) = 34.49%
R=32.46%
G=33.04%
B=34.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121141190.060.0400.53222.863.0345.29
Hex70727764035df32d
Octal16016216764065337355
Binary11100001110010111011111010001101011101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707277; }

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

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

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

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

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

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

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

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