Html Css Color HEX #764C2B Cape Palliser

📋 copy color: '#764C2B'

red 118 ◦ green 76 ◦ blue 43

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

Shades of Cape Palliser #764C2B

Tints of Cape Palliser #764C2B

RGB

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

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

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

R = 49.79%
G = 32.07%
B = 18.14%

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

#764C2B (or 0x764C2B) is known color: Cape Palliser. HEX triplet: 76, 4C and 2B. RGB value is (118,76,43). Sum of RGB (Red+Green+Blue) = 118+76+43=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #764C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C2B is #89B3D4. Grayscale: #545454. Windows color (decimal): -9024469 or 2837622. OLE color: 2837622.

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

Color convert

RGB 118 76 43 -
CMYK 0 0.36 0.64 0.54
HSL 26.4º 0.47% 0.32% -
HSV(B) 26.4º 0.64% 0.46% -
XYZ 10.49 9.19 3.51 -
YUV 84.8 104.41 151.68 -
System Red Green Blue C M Y K H S L
Decimal 118 76 43 0 0.36 0.64 0.54 26.4 0.47 0.32
Hex 76 4C 2B 0 24 40 36 1A 2F 20
Octal 166 114 53 0 44 100 66 32 57 40
Binary 1110110 1001100 101011 0 100100 1000000 110110 11010 101111 100000

Color Harmonies of #764C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C2B

Black with #764C2B

Text Example


Text Example

White with #764C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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