#717780

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

Shades of Raven #717780

Tints of Raven #717780

Color information

#717780 (or 0x717780) is unknown color: approx Raven. HEX triplet: 71, 77 and 80. RGB value is (113,119,128). Sum of RGB (Red+Green+Blue) = 113+119+128=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 128 - color contains mainly: blue. Hex color #717780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717780 is #8E887F. Grayscale: #767676. Windows color (decimal): -9341056 or 8419185. OLE color: 8419185.

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

Color convert

RGB113119128-
CMYK0.120.0700.50
HSL216º6.22%47.25%-
HSV(B)216º11.72%50.2%-
XYZ17.318.2623.04-
YUV118.23133.51124.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.39%
GREEN value IS 119 (46.88% from 255) = 33.06%
BLUE value IS 128 (50.39% from 255) = 35.56%
R=31.39%
G=33.06%
B=35.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1131191280.120.0700.502166.2247.25
Hex717780C7032d862f
Octal161167200147062330657
Binary11100011110111100000001100111011001011011000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717780; }

 p { color: rgb(113,119,128); }

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

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

 a { background-color: rgb(113,119,128); }

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

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

 span { border-color: rgb(113,119,128); }

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