#764D33

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

Shades of Cape Palliser #764D33

Tints of Cape Palliser #764D33

Color information

#764D33 (or 0x764D33) is unknown color: approx Cape Palliser. HEX triplet: 76, 4D and 33. RGB value is (118,77,51). Sum of RGB (Red+Green+Blue) = 118+77+51=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #764D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D33 is #89B2CC. Grayscale: #565656. Windows color (decimal): -9024205 or 3362166. OLE color: 3362166.

HSL color Cylindrical-coordinate representation of color #764D33: hue angle of 23.28º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #764D33 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB1187751-
CMYK00.350.570.54
HSL23.28º39.64%33.14%-
HSV(B)23.28º56.78%46.27%-
XYZ10.729.44.38-
YUV86.29108.08150.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.97%
GREEN value IS 77 (30.47% from 255) = 31.30%
BLUE value IS 51 (20.31% from 255) = 20.73%
R=47.97%
G=31.30%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118775100.350.570.5423.2839.6433.14
Hex764D330233936172821
Octal166115630437166275041
Binary11101101001101110011010001111100111011010111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,77,51); }

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

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

 a { background-color: rgb(118,77,51); }

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

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

 span { border-color: rgb(118,77,51); }

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