#717A84

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

Shades of Raven #717A84

Tints of Raven #717A84

Color information

#717A84 (or 0x717A84) is unknown color: approx Raven. HEX triplet: 71, 7A and 84. RGB value is (113,122,132). Sum of RGB (Red+Green+Blue) = 113+122+132=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 132 - color contains mainly: blue. Hex color #717A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717A84 is #8E857B. Grayscale: #787878. Windows color (decimal): -9340284 or 8682097. OLE color: 8682097.

HSL color Cylindrical-coordinate representation of color #717A84: hue angle of 211.58º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #717A84 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB113122132-
CMYK0.140.0800.48
HSL211.58º7.76%48.04%-
HSV(B)211.58º14.39%51.76%-
XYZ17.9319.124.57-
YUV120.45134.52122.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.79%
GREEN value IS 122 (48.05% from 255) = 33.24%
BLUE value IS 132 (51.95% from 255) = 35.97%
R=30.79%
G=33.24%
B=35.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131221320.140.0800.48211.587.7648.04
Hex717A84E8030d4830
Octal16117220416100603241060
Binary1110001111101010000100111010000110000110101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717A84; }

 p { color: rgb(113,122,132); }

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

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

 a { background-color: rgb(113,122,132); }

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

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

 span { border-color: rgb(113,122,132); }

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