#707881

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

Shades of Raven #707881

Tints of Raven #707881

Color information

#707881 (or 0x707881) is unknown color: approx Raven. HEX triplet: 70, 78 and 81. RGB value is (112,120,129). Sum of RGB (Red+Green+Blue) = 112+120+129=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 129 - color contains mainly: blue. Hex color #707881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707881 is #8F877E. Grayscale: #767676. Windows color (decimal): -9406335 or 8484976. OLE color: 8484976.

HSL color Cylindrical-coordinate representation of color #707881: hue angle of 211.76º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #707881 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB112120129-
CMYK0.130.0700.49
HSL211.76º7.05%47.25%-
HSV(B)211.76º13.18%50.59%-
XYZ17.3618.4623.42-
YUV118.63133.85123.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.02%
GREEN value IS 120 (47.27% from 255) = 33.24%
BLUE value IS 129 (50.78% from 255) = 35.73%
R=31.02%
G=33.24%
B=35.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121201290.130.0700.49211.767.0547.25
Hex707881D7031d472f
Octal160170201157061324757
Binary11100001111000100000011101111011000111010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707881; }

 p { color: rgb(112,120,129); }

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

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

 a { background-color: rgb(112,120,129); }

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

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

 span { border-color: rgb(112,120,129); }

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