#71757B

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

Shades of Raven #71757B

Tints of Raven #71757B

Color information

#71757B (or 0x71757B) is unknown color: approx Raven. HEX triplet: 71, 75 and 7B. RGB value is (113,117,123). Sum of RGB (Red+Green+Blue) = 113+117+123=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 123 - color contains mainly: blue. Hex color #71757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71757B is #8E8A84. Grayscale: #747474. Windows color (decimal): -9341573 or 8090993. OLE color: 8090993.

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

Color convert

RGB113117123-
CMYK0.080.0500.52
HSL216º4.24%46.27%-
HSV(B)216º8.13%48.24%-
XYZ16.7517.6621.27-
YUV116.49131.67125.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.01%
GREEN value IS 117 (46.09% from 255) = 33.14%
BLUE value IS 123 (48.44% from 255) = 34.84%
R=32.01%
G=33.14%
B=34.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1131171230.080.0500.522164.2446.27
Hex71757B85034d842e
Octal161165173105064330456
Binary1110001111010111110111000101011010011011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71757B; }

 p { color: rgb(113,117,123); }

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

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

 a { background-color: rgb(113,117,123); }

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

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

 span { border-color: rgb(113,117,123); }

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