Html Css Color HEX #76492B Cape Palliser

📋 copy color: '#76492B'

red 118 ◦ green 73 ◦ blue 43

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

Shades of Cape Palliser #76492B

Tints of Cape Palliser #76492B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.2%

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

R = 50.43%
G = 31.2%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76492B (or 0x76492B) is known color: Cape Palliser. HEX triplet: 76, 49 and 2B. RGB value is (118,73,43). Sum of RGB (Red+Green+Blue) = 118+73+43=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76492B is #89B6D4. Grayscale: #535353. Windows color (decimal): -9025237 or 2836854. OLE color: 2836854.

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

Color convert

RGB 118 73 43 -
CMYK 0 0.38 0.64 0.54
HSL 24º 0.47% 0.32% -
HSV(B) 24º 0.64% 0.46% -
XYZ 10.29 8.79 3.44 -
YUV 83.04 105.41 152.94 -
System Red Green Blue C M Y K H S L
Decimal 118 73 43 0 0.38 0.64 0.54 24 0.47 0.32
Hex 76 49 2B 0 26 40 36 18 2F 20
Octal 166 111 53 0 46 100 66 30 57 40
Binary 1110110 1001001 101011 0 100110 1000000 110110 11000 101111 100000

Color Harmonies of #76492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76492B

Black with #76492B

Text Example


Text Example

White with #76492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76492B; }

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

 H1.HeaderClassName
 {
   color: #76492B;
 }
 .AnyTagClassName
 {
   color: #76492B;
 }
</style>

background-color css

<style>
 a { background-color: #76492B; }

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

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

border-color css

<style>
 span { border-color: #76492B; }

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

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