#764731

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

Shades of Cape Palliser #764731

Tints of Cape Palliser #764731

Color information

#764731 (or 0x764731) is unknown color: approx Cape Palliser. HEX triplet: 76, 47 and 31. RGB value is (118,71,49). Sum of RGB (Red+Green+Blue) = 118+71+49=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #764731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764731 is #89B8CE. Grayscale: #525252. Windows color (decimal): -9025743 or 3229558. OLE color: 3229558.

HSL color Cylindrical-coordinate representation of color #764731: hue angle of 19.13º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #764731 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB1187149-
CMYK00.400.580.54
HSL19.13º41.32%32.75%-
HSV(B)19.13º58.47%46.27%-
XYZ10.288.584.02-
YUV82.54109.07153.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.58%
GREEN value IS 71 (28.12% from 255) = 29.83%
BLUE value IS 49 (19.53% from 255) = 20.59%
R=49.58%
G=29.83%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118714900.400.580.5419.1341.3232.75
Hex7647310283A36132921
Octal166107610507266235141
Binary11101101000111110001010100011101011011010011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764731; }

 p { color: rgb(118,71,49); }

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

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

 a { background-color: rgb(118,71,49); }

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

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

 span { border-color: rgb(118,71,49); }

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