Html Css Color HEX #76322C Lusty

📋 copy color: '#76322C'

red 118 ◦ green 50 ◦ blue 44

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

Shades of Lusty #76322C

Tints of Lusty #76322C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.75%

R = 55.66%
G = 23.58%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76322C (or 0x76322C) is known color: Lusty. HEX triplet: 76, 32 and 2C. RGB value is (118,50,44). Sum of RGB (Red+Green+Blue) = 118+50+44=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #76322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76322C is #89CDD3. Grayscale: #454545. Windows color (decimal): -9031124 or 2896502. OLE color: 2896502.

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

Color convert

RGB 118 50 44 -
CMYK 0 0.58 0.63 0.54
HSL 4.86º 0.46% 0.32% -
HSV(B) 4.86º 0.63% 0.46% -
XYZ 9.07 6.31 3.12 -
YUV 69.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 118 50 44 0 0.58 0.63 0.54 4.86 0.46 0.32
Hex 76 32 2C 0 3A 3F 36 5 2E 20
Octal 166 62 54 0 72 77 66 5 56 40
Binary 1110110 110010 101100 0 111010 111111 110110 101 101110 100000

Color Harmonies of #76322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76322C

Black with #76322C

Text Example


Text Example

White with #76322C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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