#717274

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

Shades of Raven #717274

Tints of Raven #717274

Color information

#717274 (or 0x717274) is unknown color: approx Raven. HEX triplet: 71, 72 and 74. RGB value is (113,114,116). Sum of RGB (Red+Green+Blue) = 113+114+116=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 116 - color contains mainly: blue. Hex color #717274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717274 is #8E8D8B. Grayscale: #717171. Windows color (decimal): -9342348 or 7631473. OLE color: 7631473.

HSL color Cylindrical-coordinate representation of color #717274: hue angle of 220º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #717274 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB113114116-
CMYK0.030.0200.55
HSL220º1.31%44.9%-
HSV(B)220º2.59%45.49%-
XYZ15.9816.8118.92-
YUV113.93129.17127.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.94%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 116 (45.70% from 255) = 33.82%
R=32.94%
G=33.24%
B=33.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131141160.030.0200.552201.3144.9
Hex71727432037dc12d
Octal16116216432067334155
Binary11100011110010111010011100110111110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717274; }

 p { color: rgb(113,114,116); }

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

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

 a { background-color: rgb(113,114,116); }

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

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

 span { border-color: rgb(113,114,116); }

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