#71787F

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

Shades of Raven #71787F

Tints of Raven #71787F

Color information

#71787F (or 0x71787F) is unknown color: approx Raven. HEX triplet: 71, 78 and 7F. RGB value is (113,120,127). Sum of RGB (Red+Green+Blue) = 113+120+127=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 127 - color contains mainly: blue. Hex color #71787F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71787F is #8E8780. Grayscale: #767676. Windows color (decimal): -9340801 or 8353905. OLE color: 8353905.

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

Color convert

RGB113120127-
CMYK0.110.0600.50
HSL210º5.83%47.06%-
HSV(B)210º11.02%49.8%-
XYZ17.3618.4822.73-
YUV118.7132.68123.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.39%
GREEN value IS 120 (47.27% from 255) = 33.33%
BLUE value IS 127 (50% from 255) = 35.28%
R=31.39%
G=33.33%
B=35.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1131201270.110.0600.502105.8347.06
Hex71787FB6032d262f
Octal161170177136062322657
Binary1110001111100011111111011110011001011010010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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