#71787E

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

Shades of Raven #71787E

Tints of Raven #71787E

Color information

#71787E (or 0x71787E) is unknown color: approx Raven. HEX triplet: 71, 78 and 7E. RGB value is (113,120,126). Sum of RGB (Red+Green+Blue) = 113+120+126=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 126 - color contains mainly: blue. Hex color #71787E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71787E is #8E8781. Grayscale: #767676. Windows color (decimal): -9340802 or 8288369. OLE color: 8288369.

HSL color Cylindrical-coordinate representation of color #71787E: hue angle of 207.69º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #71787E is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB113120126-
CMYK0.100.0500.51
HSL207.69º5.44%46.86%-
HSV(B)207.69º10.32%49.41%-
XYZ17.2918.4522.39-
YUV118.59132.18124.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.48%
GREEN value IS 120 (47.27% from 255) = 33.43%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=31.48%
G=33.43%
B=35.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1131201260.100.0500.51207.695.4446.86
Hex71787EA5033d052f
Octal161170176125063320557
Binary1110001111100011111101010101011001111010000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71787E; }

 p { color: rgb(113,120,126); }

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

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

 a { background-color: rgb(113,120,126); }

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

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

 span { border-color: rgb(113,120,126); }

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