Html Css Color HEX #7F312F Lusty

📋 copy color: '#7F312F'

red 127 ◦ green 49 ◦ blue 47

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

Shades of Lusty #7F312F

Tints of Lusty #7F312F

RGB

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

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

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

R = 56.95%
G = 21.97%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#7F312F (or 0x7F312F) is known color: Lusty. HEX triplet: 7F, 31 and 2F. RGB value is (127,49,47). Sum of RGB (Red+Green+Blue) = 127+49+47=223 (29% of max value = 765). Red value is 127 (50% from 255 or 56.95% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 127 - color contains mainly: red. Hex color #7F312F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F312F is #80CED0. Grayscale: #484848. Windows color (decimal): -8441553 or 3092863. OLE color: 3092863.

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

Color convert

RGB 127 49 47 -
CMYK 0 0.61 0.63 0.50
HSL 1.5º 0.46% 0.34% -
HSV(B) 1.5º 0.63% 0.5% -
XYZ 10.36 6.91 3.48 -
YUV 72.09 113.84 167.16 -
System Red Green Blue C M Y K H S L
Decimal 127 49 47 0 0.61 0.63 0.50 1.5 0.46 0.34
Hex 7F 31 2F 0 3D 3F 32 2 2E 22
Octal 177 61 57 0 75 77 62 2 56 42
Binary 1111111 110001 101111 0 111101 111111 110010 10 101110 100010

Color Harmonies of #7F312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F312F

Black with #7F312F

Text Example


Text Example

White with #7F312F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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