Html Css Color HEX #764B35 Cape Palliser

📋 copy color: '#764B35'

red 118 ◦ green 75 ◦ blue 53

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

Shades of Cape Palliser #764B35

Tints of Cape Palliser #764B35

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.49%

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

R = 47.97%
G = 30.49%
B = 21.54%

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

#764B35 (or 0x764B35) is known color: Cape Palliser. HEX triplet: 76, 4B and 35. RGB value is (118,75,53). Sum of RGB (Red+Green+Blue) = 118+75+53=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #764B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764B35 is #89B4CA. Grayscale: #555555. Windows color (decimal): -9024715 or 3492726. OLE color: 3492726.

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

Color convert

RGB 118 75 53 -
CMYK 0 0.36 0.55 0.54
HSL 20.31º 0.38% 0.34% -
HSV(B) 20.31º 0.55% 0.46% -
XYZ 10.63 9.14 4.57 -
YUV 85.35 109.75 151.29 -
System Red Green Blue C M Y K H S L
Decimal 118 75 53 0 0.36 0.55 0.54 20.31 0.38 0.34
Hex 76 4B 35 0 24 37 36 14 26 22
Octal 166 113 65 0 44 67 66 24 46 42
Binary 1110110 1001011 110101 0 100100 110111 110110 10100 100110 100010

Color Harmonies of #764B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764B35

Black with #764B35

Text Example


Text Example

White with #764B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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