#764F2F

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

Shades of Cape Palliser #764F2F

Tints of Cape Palliser #764F2F

Color information

#764F2F (or 0x764F2F) is unknown color: approx Cape Palliser. HEX triplet: 76, 4F and 2F. RGB value is (118,79,47). Sum of RGB (Red+Green+Blue) = 118+79+47=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #764F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F2F is #89B0D0. Grayscale: #575757. Windows color (decimal): -9023697 or 3100534. OLE color: 3100534.

HSL color Cylindrical-coordinate representation of color #764F2F: hue angle of 27.04º 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 #764F2F is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1187947-
CMYK00.330.600.54
HSL27.04º43.03%32.35%-
HSV(B)27.04º60.17%46.27%-
XYZ10.789.653.98-
YUV87.01105.42150.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 79 (31.25% from 255) = 32.38%
BLUE value IS 47 (18.75% from 255) = 19.26%
R=48.36%
G=32.38%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118794700.330.600.5427.0443.0332.35
Hex764F2F0213C361b2b20
Octal166117570417466335340
Binary11101101001111101111010000111110011011011011101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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