#72877E

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

Shades of Patina #72877E

Tints of Patina #72877E

Color information

#72877E (or 0x72877E) is unknown color: approx Patina. HEX triplet: 72, 87 and 7E. RGB value is (114,135,126). Sum of RGB (Red+Green+Blue) = 114+135+126=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 135 - color contains mainly: green. Hex color #72877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72877E is #8D7881. Grayscale: #7F7F7F. Windows color (decimal): -9271426 or 8292210. OLE color: 8292210.

HSL color Cylindrical-coordinate representation of color #72877E: hue angle of 154.29º degrees, saturation: 0.08, 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 #72877E is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB114135126-
CMYK0.1600.070.47
HSL154.29º8.43%48.82%-
HSV(B)154.29º15.56%52.94%-
XYZ19.3722.4123.04-
YUV127.7127.04118.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.4%
GREEN value IS 135 (53.12% from 255) = 36%
BLUE value IS 126 (49.61% from 255) = 33.6%
R=30.4%
G=36%
B=33.6%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141351260.1600.070.47154.298.4348.82
Hex72877E10072F9a831
Octal1622071762007572321061
Binary1110010100001111111110100000111101111100110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,135,126); }

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

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

 a { background-color: rgb(114,135,126); }

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

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

 span { border-color: rgb(114,135,126); }

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