#717982

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

Shades of Raven #717982

Tints of Raven #717982

Color information

#717982 (or 0x717982) is unknown color: approx Raven. HEX triplet: 71, 79 and 82. RGB value is (113,121,130). Sum of RGB (Red+Green+Blue) = 113+121+130=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 130 - color contains mainly: blue. Hex color #717982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717982 is #8E867D. Grayscale: #777777. Windows color (decimal): -9340542 or 8550769. OLE color: 8550769.

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

Color convert

RGB113121130-
CMYK0.130.0700.49
HSL211.76º7%47.65%-
HSV(B)211.76º13.08%50.98%-
XYZ17.6818.823.82-
YUV119.63133.85123.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.04%
GREEN value IS 121 (47.66% from 255) = 33.24%
BLUE value IS 130 (51.17% from 255) = 35.71%
R=31.04%
G=33.24%
B=35.71%

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
Decimal1131211300.130.0700.49211.76747.65
Hex717982D7031d4730
Octal161171202157061324760
Binary11100011111001100000101101111011000111010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717982; }

 p { color: rgb(113,121,130); }

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

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

 a { background-color: rgb(113,121,130); }

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

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

 span { border-color: rgb(113,121,130); }

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