#717881

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

Shades of Raven #717881

Tints of Raven #717881

Color information

#717881 (or 0x717881) is unknown color: approx Raven. HEX triplet: 71, 78 and 81. RGB value is (113,120,129). Sum of RGB (Red+Green+Blue) = 113+120+129=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 129 - color contains mainly: blue. Hex color #717881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717881 is #8E877E. Grayscale: #767676. Windows color (decimal): -9340799 or 8484977. OLE color: 8484977.

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

Color convert

RGB113120129-
CMYK0.120.0700.49
HSL213.75º6.61%47.45%-
HSV(B)213.75º12.4%50.59%-
XYZ17.4918.5323.42-
YUV118.93133.68123.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.22%
GREEN value IS 120 (47.27% from 255) = 33.15%
BLUE value IS 129 (50.78% from 255) = 35.64%
R=31.22%
G=33.15%
B=35.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131201290.120.0700.49213.756.6147.45
Hex717881C7031d672f
Octal161170201147061326757
Binary11100011111000100000011100111011000111010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717881; }

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

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

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

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

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

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

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

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