Html Css Color HEX #764A2C Cape Palliser

📋 copy color: '#764A2C'

red 118 ◦ green 74 ◦ blue 44

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

Shades of Cape Palliser #764A2C

Tints of Cape Palliser #764A2C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.36%

 BLUE value IS 44 (17.58% from 255) = 18.64%

R = 50%
G = 31.36%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#764A2C (or 0x764A2C) is known color: Cape Palliser. HEX triplet: 76, 4A and 2C. RGB value is (118,74,44). Sum of RGB (Red+Green+Blue) = 118+74+44=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #764A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A2C is #89B5D3. Grayscale: #535353. Windows color (decimal): -9024980 or 2902646. OLE color: 2902646.

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

Color convert

RGB 118 74 44 -
CMYK 0 0.37 0.63 0.54
HSL 24.32º 0.46% 0.32% -
HSV(B) 24.32º 0.63% 0.46% -
XYZ 10.37 8.93 3.56 -
YUV 83.74 105.58 152.44 -
System Red Green Blue C M Y K H S L
Decimal 118 74 44 0 0.37 0.63 0.54 24.32 0.46 0.32
Hex 76 4A 2C 0 25 3F 36 18 2E 20
Octal 166 112 54 0 45 77 66 30 56 40
Binary 1110110 1001010 101100 0 100101 111111 110110 11000 101110 100000

Color Harmonies of #764A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764A2C

Black with #764A2C

Text Example


Text Example

White with #764A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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