Html Css Color HEX #764D2B Cape Palliser

📋 copy color: '#764D2B'

red 118 ◦ green 77 ◦ blue 43

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

Shades of Cape Palliser #764D2B

Tints of Cape Palliser #764D2B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.35%

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

R = 49.58%
G = 32.35%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#764D2B (or 0x764D2B) is known color: Cape Palliser. HEX triplet: 76, 4D and 2B. RGB value is (118,77,43). Sum of RGB (Red+Green+Blue) = 118+77+43=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #764D2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D2B is #89B2D4. Grayscale: #555555. Windows color (decimal): -9024213 or 2837878. OLE color: 2837878.

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

Color convert

RGB 118 77 43 -
CMYK 0 0.35 0.64 0.54
HSL 27.2º 0.47% 0.32% -
HSV(B) 27.2º 0.64% 0.46% -
XYZ 10.56 9.33 3.53 -
YUV 85.38 104.08 151.26 -
System Red Green Blue C M Y K H S L
Decimal 118 77 43 0 0.35 0.64 0.54 27.2 0.47 0.32
Hex 76 4D 2B 0 23 40 36 1B 2F 20
Octal 166 115 53 0 43 100 66 33 57 40
Binary 1110110 1001101 101011 0 100011 1000000 110110 11011 101111 100000

Color Harmonies of #764D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D2B

Black with #764D2B

Text Example


Text Example

White with #764D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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