Html Css Color HEX #764C35 Cape Palliser

📋 copy color: '#764C35'

red 118 ◦ green 76 ◦ blue 53

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

Shades of Cape Palliser #764C35

Tints of Cape Palliser #764C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.46%

R = 47.77%
G = 30.77%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#764C35 (or 0x764C35) is known color: Cape Palliser. HEX triplet: 76, 4C and 35. RGB value is (118,76,53). Sum of RGB (Red+Green+Blue) = 118+76+53=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #764C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C35 is #89B3CA. Grayscale: #565656. Windows color (decimal): -9024459 or 3492982. OLE color: 3492982.

HSL color Cylindrical-coordinate representation of color #764C35: hue angle of 21.23º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #764C35 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 76 53 -
CMYK 0 0.36 0.55 0.54
HSL 21.23º 0.38% 0.34% -
HSV(B) 21.23º 0.55% 0.46% -
XYZ 10.7 9.28 4.6 -
YUV 85.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 118 76 53 0 0.36 0.55 0.54 21.23 0.38 0.34
Hex 76 4C 35 0 24 37 36 15 26 22
Octal 166 114 65 0 44 67 66 25 46 42
Binary 1110110 1001100 110101 0 100100 110111 110110 10101 100110 100010

Color Harmonies of #764C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C35

Black with #764C35

Text Example


Text Example

White with #764C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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