Html Css Color HEX #764C31 Cape Palliser

📋 copy color: '#764C31'

red 118 ◦ green 76 ◦ blue 49

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

Shades of Cape Palliser #764C31

Tints of Cape Palliser #764C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.16%

R = 48.56%
G = 31.28%
B = 20.16%

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

#764C31 (or 0x764C31) is known color: Cape Palliser. HEX triplet: 76, 4C and 31. RGB value is (118,76,49). Sum of RGB (Red+Green+Blue) = 118+76+49=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #764C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C31 is #89B3CE. Grayscale: #555555. Windows color (decimal): -9024463 or 3230838. OLE color: 3230838.

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

Color convert

RGB 118 76 49 -
CMYK 0 0.36 0.58 0.54
HSL 23.48º 0.41% 0.33% -
HSV(B) 23.48º 0.58% 0.46% -
XYZ 10.61 9.24 4.13 -
YUV 85.48 107.41 151.2 -
System Red Green Blue C M Y K H S L
Decimal 118 76 49 0 0.36 0.58 0.54 23.48 0.41 0.33
Hex 76 4C 31 0 24 3A 36 17 29 21
Octal 166 114 61 0 44 72 66 27 51 41
Binary 1110110 1001100 110001 0 100100 111010 110110 10111 101001 100001

Color Harmonies of #764C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C31

Black with #764C31

Text Example


Text Example

White with #764C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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