Html Css Color HEX #764B2B Cape Palliser

📋 copy color: '#764B2B'

red 118 ◦ green 75 ◦ blue 43

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

Shades of Cape Palliser #764B2B

Tints of Cape Palliser #764B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.22%

R = 50%
G = 31.78%
B = 18.22%

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

#764B2B (or 0x764B2B) is known color: Cape Palliser. HEX triplet: 76, 4B and 2B. RGB value is (118,75,43). Sum of RGB (Red+Green+Blue) = 118+75+43=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #764B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764B2B is #89B4D4. Grayscale: #545454. Windows color (decimal): -9024725 or 2837366. OLE color: 2837366.

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

Color convert

RGB 118 75 43 -
CMYK 0 0.36 0.64 0.54
HSL 25.6º 0.47% 0.32% -
HSV(B) 25.6º 0.64% 0.46% -
XYZ 10.42 9.06 3.48 -
YUV 84.21 104.75 152.1 -
System Red Green Blue C M Y K H S L
Decimal 118 75 43 0 0.36 0.64 0.54 25.6 0.47 0.32
Hex 76 4B 2B 0 24 40 36 1A 2F 20
Octal 166 113 53 0 44 100 66 32 57 40
Binary 1110110 1001011 101011 0 100100 1000000 110110 11010 101111 100000

Color Harmonies of #764B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764B2B

Black with #764B2B

Text Example


Text Example

White with #764B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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