Html Css Color HEX #764B2A Cape Palliser

📋 copy color: '#764B2A'

red 118 ◦ green 75 ◦ blue 42

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

Shades of Cape Palliser #764B2A

Tints of Cape Palliser #764B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.87%

R = 50.21%
G = 31.91%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#764B2A (or 0x764B2A) is known color: Cape Palliser. HEX triplet: 76, 4B and 2A. RGB value is (118,75,42). Sum of RGB (Red+Green+Blue) = 118+75+42=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #764B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764B2A is #89B4D5. Grayscale: #545454. Windows color (decimal): -9024726 or 2771830. OLE color: 2771830.

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

Color convert

RGB 118 75 42 -
CMYK 0 0.36 0.64 0.54
HSL 26.05º 0.48% 0.31% -
HSV(B) 26.05º 0.64% 0.46% -
XYZ 10.41 9.05 3.39 -
YUV 84.1 104.25 152.18 -
System Red Green Blue C M Y K H S L
Decimal 118 75 42 0 0.36 0.64 0.54 26.05 0.48 0.31
Hex 76 4B 2A 0 24 40 36 1A 30 1F
Octal 166 113 52 0 44 100 66 32 60 37
Binary 1110110 1001011 101010 0 100100 1000000 110110 11010 110000 11111

Color Harmonies of #764B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764B2A

Black with #764B2A

Text Example


Text Example

White with #764B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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