#72877D

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

Shades of Patina #72877D

Tints of Patina #72877D

Color information

#72877D (or 0x72877D) is unknown color: approx Patina. HEX triplet: 72, 87 and 7D. RGB value is (114,135,125). Sum of RGB (Red+Green+Blue) = 114+135+125=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 135 - color contains mainly: green. Hex color #72877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72877D is #8D7882. Grayscale: #7F7F7F. Windows color (decimal): -9271427 or 8226674. OLE color: 8226674.

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

Color convert

RGB114135125-
CMYK0.1600.070.47
HSL151.43º8.43%48.82%-
HSV(B)151.43º15.56%52.94%-
XYZ19.3122.3922.71-
YUV127.58126.54118.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.48%
GREEN value IS 135 (53.12% from 255) = 36.10%
BLUE value IS 125 (49.22% from 255) = 33.42%
R=30.48%
G=36.10%
B=33.42%

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
Decimal1141351250.1600.070.47151.438.4348.82
Hex72877D10072F97831
Octal1622071752007572271061
Binary1110010100001111111101100000111101111100101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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