#764C2C

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

Shades of Cape Palliser #764C2C

Tints of Cape Palliser #764C2C

Color information

#764C2C (or 0x764C2C) is unknown color: approx Cape Palliser. HEX triplet: 76, 4C and 2C. RGB value is (118,76,44). Sum of RGB (Red+Green+Blue) = 118+76+44=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #764C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C2C is #89B3D3. Grayscale: #555555. Windows color (decimal): -9024468 or 2903158. OLE color: 2903158.

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

Color convert

RGB1187644-
CMYK00.360.630.54
HSL25.95º45.68%31.76%-
HSV(B)25.95º62.71%46.27%-
XYZ10.519.23.61-
YUV84.91104.91151.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.58%
GREEN value IS 76 (30.08% from 255) = 31.93%
BLUE value IS 44 (17.58% from 255) = 18.49%
R=49.58%
G=31.93%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118764400.360.630.5425.9545.6831.76
Hex764C2C0243F361a2e20
Octal166114540447766325640
Binary11101101001100101100010010011111111011011010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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