#764C33

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

Shades of Cape Palliser #764C33

Tints of Cape Palliser #764C33

Color information

#764C33 (or 0x764C33) is unknown color: approx Cape Palliser. HEX triplet: 76, 4C and 33. RGB value is (118,76,51). Sum of RGB (Red+Green+Blue) = 118+76+51=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #764C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C33 is #89B3CC. Grayscale: #555555. Windows color (decimal): -9024461 or 3361910. OLE color: 3361910.

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

Color convert

RGB1187651-
CMYK00.360.570.54
HSL22.39º39.64%33.14%-
HSV(B)22.39º56.78%46.27%-
XYZ10.659.264.36-
YUV85.71108.41151.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 76 (30.08% from 255) = 31.02%
BLUE value IS 51 (20.31% from 255) = 20.82%
R=48.16%
G=31.02%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118765100.360.570.5422.3939.6433.14
Hex764C330243936162821
Octal166114630447166265041
Binary11101101001100110011010010011100111011010110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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