Html Css Color HEX #764C32 Cape Palliser

📋 copy color: '#764C32'

red 118 ◦ green 76 ◦ blue 50

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

Shades of Cape Palliser #764C32

Tints of Cape Palliser #764C32

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.15%

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

R = 48.36%
G = 31.15%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#764C32 (or 0x764C32) is known color: Cape Palliser. HEX triplet: 76, 4C and 32. RGB value is (118,76,50). Sum of RGB (Red+Green+Blue) = 118+76+50=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #764C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C32 is #89B3CD. Grayscale: #555555. Windows color (decimal): -9024462 or 3296374. OLE color: 3296374.

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

Color convert

RGB 118 76 50 -
CMYK 0 0.36 0.58 0.54
HSL 22.94º 0.4% 0.33% -
HSV(B) 22.94º 0.58% 0.46% -
XYZ 10.63 9.25 4.24 -
YUV 85.59 107.91 151.11 -
System Red Green Blue C M Y K H S L
Decimal 118 76 50 0 0.36 0.58 0.54 22.94 0.4 0.33
Hex 76 4C 32 0 24 3A 36 17 28 21
Octal 166 114 62 0 44 72 66 27 50 41
Binary 1110110 1001100 110010 0 100100 111010 110110 10111 101000 100001

Color Harmonies of #764C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C32

Black with #764C32

Text Example


Text Example

White with #764C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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