Html Css Color HEX #764E32 Cape Palliser

📋 copy color: '#764E32'

red 118 ◦ green 78 ◦ blue 50

#764E32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cape Palliser #764E32

Tints of Cape Palliser #764E32

RGB

 RED value IS 118 (46.48% from 255) = 47.97%

 GREEN value IS 78 (30.86% from 255) = 31.71%

 BLUE value IS 50 (19.92% from 255) = 20.33%

R = 47.97%
G = 31.71%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#764E32 (or 0x764E32) is known color: Cape Palliser. HEX triplet: 76, 4E and 32. RGB value is (118,78,50). Sum of RGB (Red+Green+Blue) = 118+78+50=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #764E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E32 is #89B1CD. Grayscale: #565656. Windows color (decimal): -9023950 or 3296886. OLE color: 3296886.

HSL color Cylindrical-coordinate representation of color #764E32: hue angle of 24.71º degrees, saturation: 0.4, 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 #764E32 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 78 50 -
CMYK 0 0.34 0.58 0.54
HSL 24.71º 0.4% 0.33% -
HSV(B) 24.71º 0.58% 0.46% -
XYZ 10.77 9.53 4.29 -
YUV 86.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 118 78 50 0 0.34 0.58 0.54 24.71 0.4 0.33
Hex 76 4E 32 0 22 3A 36 19 28 21
Octal 166 116 62 0 42 72 66 31 50 41
Binary 1110110 1001110 110010 0 100010 111010 110110 11001 101000 100001

Color Harmonies of #764E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E32

Black with #764E32

Text Example


Text Example

White with #764E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,78,50); }

 H1.HeaderClassName
 {
   color: #764E32;
 }
 .AnyTagClassName
 {
   color: #764E32;
 }
</style>

background-color css

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

 a { background-color: rgb(118,78,50); }

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

border-color css

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

 span { border-color: rgb(118,78,50); }

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