#764E2F

Color #764E2F Cape Palliser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Palliser #764E2F

Tints of Cape Palliser #764E2F

Color information

#764E2F (or 0x764E2F) is unknown color: approx Cape Palliser. HEX triplet: 76, 4E and 2F. RGB value is (118,78,47). Sum of RGB (Red+Green+Blue) = 118+78+47=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #764E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E2F is #89B1D0. Grayscale: #565656. Windows color (decimal): -9023953 or 3100278. OLE color: 3100278.

HSL color Cylindrical-coordinate representation of color #764E2F: hue angle of 26.2º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #764E2F is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1187847-
CMYK00.340.600.54
HSL26.2º43.03%32.35%-
HSV(B)26.2º60.17%46.27%-
XYZ10.719.513.96-
YUV86.43105.75150.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 78 (30.86% from 255) = 32.10%
BLUE value IS 47 (18.75% from 255) = 19.34%
R=48.56%
G=32.10%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118784700.340.600.5426.243.0332.35
Hex764E2F0223C361a2b20
Octal166116570427466325340
Binary11101101001110101111010001011110011011011010101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764E2F; }

 p { color: rgb(118,78,47); }

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

<style>
 a { background-color: #764E2F; }

 a { background-color: rgb(118,78,47); }

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

<style>
 span { border-color: #764E2F; }

 span { border-color: rgb(118,78,47); }

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