Html Css Color HEX #76312E Lusty

📋 copy color: '#76312E'

red 118 ◦ green 49 ◦ blue 46

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

Shades of Lusty #76312E

Tints of Lusty #76312E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23%

 BLUE value IS 46 (18.36% from 255) = 21.6%

R = 55.4%
G = 23%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#76312E (or 0x76312E) is known color: Lusty. HEX triplet: 76, 31 and 2E. RGB value is (118,49,46). Sum of RGB (Red+Green+Blue) = 118+49+46=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76312E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76312E is #89CED1. Grayscale: #454545. Windows color (decimal): -9031378 or 3027318. OLE color: 3027318.

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

Color convert

RGB 118 49 46 -
CMYK 0 0.58 0.61 0.54
HSL 2.5º 0.44% 0.32% -
HSV(B) 2.5º 0.61% 0.46% -
XYZ 9.06 6.25 3.31 -
YUV 69.29 114.86 162.74 -
System Red Green Blue C M Y K H S L
Decimal 118 49 46 0 0.58 0.61 0.54 2.5 0.44 0.32
Hex 76 31 2E 0 3A 3D 36 2 2C 20
Octal 166 61 56 0 72 75 66 2 54 40
Binary 1110110 110001 101110 0 111010 111101 110110 10 101100 100000

Color Harmonies of #76312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76312E

Black with #76312E

Text Example


Text Example

White with #76312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76312E; }

 p { color: rgb(118,49,46); }

 H1.HeaderClassName
 {
   color: #76312E;
 }
 .AnyTagClassName
 {
   color: #76312E;
 }
</style>

background-color css

<style>
 a { background-color: #76312E; }

 a { background-color: rgb(118,49,46); }

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

border-color css

<style>
 span { border-color: #76312E; }

 span { border-color: rgb(118,49,46); }

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