#717273

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

Shades of Raven #717273

Tints of Raven #717273

Color information

#717273 (or 0x717273) is unknown color: approx Raven. HEX triplet: 71, 72 and 73. RGB value is (113,114,115). Sum of RGB (Red+Green+Blue) = 113+114+115=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 115 - color contains mainly: blue. Hex color #717273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717273 is #8E8D8C. Grayscale: #717171. Windows color (decimal): -9342349 or 7565937. OLE color: 7565937.

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

Color convert

RGB113114115-
CMYK0.020.0100.55
HSL210º0.88%44.71%-
HSV(B)210º1.74%45.1%-
XYZ15.9216.7818.62-
YUV113.81128.67127.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 114 (44.92% from 255) = 33.33%
BLUE value IS 115 (45.31% from 255) = 33.63%
R=33.04%
G=33.33%
B=33.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131141150.020.0100.552100.8844.71
Hex71727321037d212d
Octal16116216321067322155
Binary1110001111001011100111010110111110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717273; }

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

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

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

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

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

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

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

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