#64877D

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

Shades of Patina #64877D

Tints of Patina #64877D

Color information

#64877D (or 0x64877D) is unknown color: approx Patina. HEX triplet: 64, 87 and 7D. RGB value is (100,135,125). Sum of RGB (Red+Green+Blue) = 100+135+125=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 135 - color contains mainly: green. Hex color #64877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64877D is #9B7882. Grayscale: #7B7B7B. Windows color (decimal): -10188931 or 8226660. OLE color: 8226660.

HSL color Cylindrical-coordinate representation of color #64877D: hue angle of 162.86º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #64877D is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB100135125-
CMYK0.2600.070.47
HSL162.86º14.89%46.08%-
HSV(B)162.86º25.93%52.94%-
XYZ17.6221.5222.63-
YUV123.39128.9111.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.78%
GREEN value IS 135 (53.12% from 255) = 37.5%
BLUE value IS 125 (49.22% from 255) = 34.72%
R=27.78%
G=37.5%
B=34.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001351250.2600.070.47162.8614.8946.08
Hex64877D1A072Fa3f2e
Octal1442071753207572431756
Binary1100100100001111111101110100111101111101000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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