Html Css Color HEX #7F312E Lusty

📋 copy color: '#7F312E'

red 127 ◦ green 49 ◦ blue 46

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

Shades of Lusty #7F312E

Tints of Lusty #7F312E

RGB

 RED value IS 127 (50% from 255) = 57.21%

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

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

R = 57.21%
G = 22.07%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#7F312E (or 0x7F312E) is known color: Lusty. HEX triplet: 7F, 31 and 2E. RGB value is (127,49,46). Sum of RGB (Red+Green+Blue) = 127+49+46=222 (29% of max value = 765). Red value is 127 (50% from 255 or 57.21% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 127 - color contains mainly: red. Hex color #7F312E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F312E is #80CED1. Grayscale: #484848. Windows color (decimal): -8441554 or 3027327. OLE color: 3027327.

HSL color Cylindrical-coordinate representation of color #7F312E: hue angle of 2.22º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F312E is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 49 46 -
CMYK 0 0.61 0.64 0.50
HSL 2.22º 0.47% 0.34% -
HSV(B) 2.22º 0.64% 0.5% -
XYZ 10.34 6.91 3.37 -
YUV 71.98 113.34 167.24 -
System Red Green Blue C M Y K H S L
Decimal 127 49 46 0 0.61 0.64 0.50 2.22 0.47 0.34
Hex 7F 31 2E 0 3D 40 32 2 2F 22
Octal 177 61 56 0 75 100 62 2 57 42
Binary 1111111 110001 101110 0 111101 1000000 110010 10 101111 100010

Color Harmonies of #7F312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F312E

Black with #7F312E

Text Example


Text Example

White with #7F312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F312E; }

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

 H1.HeaderClassName
 {
   color: #7F312E;
 }
 .AnyTagClassName
 {
   color: #7F312E;
 }
</style>

background-color css

<style>
 a { background-color: #7F312E; }

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

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

border-color css

<style>
 span { border-color: #7F312E; }

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

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