Html Css Color HEX #76332B Auburn

📋 copy color: '#76332B'

red 118 ◦ green 51 ◦ blue 43

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

Shades of Auburn #76332B

Tints of Auburn #76332B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.06%

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

R = 55.66%
G = 24.06%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76332B (or 0x76332B) is known color: Auburn. HEX triplet: 76, 33 and 2B. RGB value is (118,51,43). Sum of RGB (Red+Green+Blue) = 118+51+43=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #76332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76332B is #89CCD4. Grayscale: #464646. Windows color (decimal): -9030869 or 2831222. OLE color: 2831222.

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

Color convert

RGB 118 51 43 -
CMYK 0 0.57 0.64 0.54
HSL 6.4º 0.47% 0.32% -
HSV(B) 6.4º 0.64% 0.46% -
XYZ 9.09 6.39 3.04 -
YUV 70.12 112.7 162.15 -
System Red Green Blue C M Y K H S L
Decimal 118 51 43 0 0.57 0.64 0.54 6.4 0.47 0.32
Hex 76 33 2B 0 39 40 36 6 2F 20
Octal 166 63 53 0 71 100 66 6 57 40
Binary 1110110 110011 101011 0 111001 1000000 110110 110 101111 100000

Color Harmonies of #76332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76332B

Black with #76332B

Text Example


Text Example

White with #76332B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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