Html Css Color HEX #76322F Lusty

📋 copy color: '#76322F'

red 118 ◦ green 50 ◦ blue 47

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

Shades of Lusty #76322F

Tints of Lusty #76322F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.86%

R = 54.88%
G = 23.26%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76322F (or 0x76322F) is known color: Lusty. HEX triplet: 76, 32 and 2F. RGB value is (118,50,47). Sum of RGB (Red+Green+Blue) = 118+50+47=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #76322F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76322F is #89CDD0. Grayscale: #464646. Windows color (decimal): -9031121 or 3093110. OLE color: 3093110.

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

Color convert

RGB 118 50 47 -
CMYK 0 0.58 0.60 0.54
HSL 2.54º 0.43% 0.32% -
HSV(B) 2.54º 0.6% 0.46% -
XYZ 9.12 6.34 3.43 -
YUV 69.99 115.03 162.24 -
System Red Green Blue C M Y K H S L
Decimal 118 50 47 0 0.58 0.60 0.54 2.54 0.43 0.32
Hex 76 32 2F 0 3A 3C 36 3 2B 20
Octal 166 62 57 0 72 74 66 3 53 40
Binary 1110110 110010 101111 0 111010 111100 110110 11 101011 100000

Color Harmonies of #76322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76322F

Black with #76322F

Text Example


Text Example

White with #76322F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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