Html Css Color HEX #7F2920 Lusty

📋 copy color: '#7F2920'

red 127 ◦ green 41 ◦ blue 32

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

Shades of Lusty #7F2920

Tints of Lusty #7F2920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.5%

 BLUE value IS 32 (12.89% from 255) = 16%

R = 63.5%
G = 20.5%
B = 16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#7F2920 (or 0x7F2920) is known color: Lusty. HEX triplet: 7F, 29 and 20. RGB value is (127,41,32). Sum of RGB (Red+Green+Blue) = 127+41+32=200 (26% of max value = 765). Red value is 127 (50% from 255 or 63.5% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2920 is #80D6DF. Grayscale: #414141. Windows color (decimal): -8443616 or 2107775. OLE color: 2107775.

HSL color Cylindrical-coordinate representation of color #7F2920: hue angle of 5.68º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F2920 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 41 32 -
CMYK 0 0.68 0.75 0.50
HSL 5.68º 0.6% 0.31% -
HSV(B) 5.68º 0.75% 0.5% -
XYZ 9.81 6.2 2.05 -
YUV 65.69 108.99 171.73 -
System Red Green Blue C M Y K H S L
Decimal 127 41 32 0 0.68 0.75 0.50 5.68 0.6 0.31
Hex 7F 29 20 0 44 4B 32 6 3C 1F
Octal 177 51 40 0 104 113 62 6 74 37
Binary 1111111 101001 100000 0 1000100 1001011 110010 110 111100 11111

Color Harmonies of #7F2920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2920

Black with #7F2920

Text Example


Text Example

White with #7F2920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,41,32); }

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

background-color css

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

 a { background-color: rgb(127,41,32); }

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

border-color css

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

 span { border-color: rgb(127,41,32); }

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