#71877C

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

Shades of Patina #71877C

Tints of Patina #71877C

Color information

#71877C (or 0x71877C) is unknown color: approx Patina. HEX triplet: 71, 87 and 7C. RGB value is (113,135,124). Sum of RGB (Red+Green+Blue) = 113+135+124=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 135 - color contains mainly: green. Hex color #71877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71877C is #8E7883. Grayscale: #7F7F7F. Windows color (decimal): -9336964 or 8161137. OLE color: 8161137.

HSL color Cylindrical-coordinate representation of color #71877C: hue angle of 150º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #71877C is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB113135124-
CMYK0.1600.080.47
HSL150º8.87%48.63%-
HSV(B)150º16.3%52.94%-
XYZ19.1122.2922.36-
YUV127.17126.21117.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.38%
GREEN value IS 135 (53.12% from 255) = 36.29%
BLUE value IS 124 (48.83% from 255) = 33.33%
R=30.38%
G=36.29%
B=33.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131351240.1600.080.471508.8748.63
Hex71877C10082F96931
Octal16120717420010572261161
Binary11100011000011111111001000001000101111100101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71877C; }

 p { color: rgb(113,135,124); }

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

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

 a { background-color: rgb(113,135,124); }

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

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

 span { border-color: rgb(113,135,124); }

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