Html Css Color HEX #76322A Auburn

📋 copy color: '#76322A'

red 118 ◦ green 50 ◦ blue 42

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

Shades of Auburn #76322A

Tints of Auburn #76322A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.81%

 BLUE value IS 42 (16.8% from 255) = 20%

R = 56.19%
G = 23.81%
B = 20%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76322A (or 0x76322A) is known color: Auburn. HEX triplet: 76, 32 and 2A. RGB value is (118,50,42). Sum of RGB (Red+Green+Blue) = 118+50+42=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #76322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76322A is #89CDD5. Grayscale: #454545. Windows color (decimal): -9031126 or 2765430. OLE color: 2765430.

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

Color convert

RGB 118 50 42 -
CMYK 0 0.58 0.64 0.54
HSL 6.32º 0.48% 0.31% -
HSV(B) 6.32º 0.64% 0.46% -
XYZ 9.03 6.3 2.93 -
YUV 69.42 112.53 162.65 -
System Red Green Blue C M Y K H S L
Decimal 118 50 42 0 0.58 0.64 0.54 6.32 0.48 0.31
Hex 76 32 2A 0 3A 40 36 6 30 1F
Octal 166 62 52 0 72 100 66 6 60 37
Binary 1110110 110010 101010 0 111010 1000000 110110 110 110000 11111

Color Harmonies of #76322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76322A

Black with #76322A

Text Example


Text Example

White with #76322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76322A; }

 p { color: rgb(118,50,42); }

 H1.HeaderClassName
 {
   color: #76322A;
 }
 .AnyTagClassName
 {
   color: #76322A;
 }
</style>

background-color css

<style>
 a { background-color: #76322A; }

 a { background-color: rgb(118,50,42); }

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

border-color css

<style>
 span { border-color: #76322A; }

 span { border-color: rgb(118,50,42); }

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