Html Css Color HEX #7F2620 Lusty

📋 copy color: '#7F2620'

red 127 ◦ green 38 ◦ blue 32

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

Shades of Lusty #7F2620

Tints of Lusty #7F2620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.29%

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

R = 64.47%
G = 19.29%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#7F2620 (or 0x7F2620) is known color: Lusty. HEX triplet: 7F, 26 and 20. RGB value is (127,38,32). Sum of RGB (Red+Green+Blue) = 127+38+32=197 (26% of max value = 765). Red value is 127 (50% from 255 or 64.47% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2620 is #80D9DF. Grayscale: #404040. Windows color (decimal): -8444384 or 2107007. OLE color: 2107007.

HSL color Cylindrical-coordinate representation of color #7F2620: hue angle of 3.79º 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 #7F2620 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 38 32 -
CMYK 0 0.70 0.75 0.50
HSL 3.79º 0.6% 0.31% -
HSV(B) 3.79º 0.75% 0.5% -
XYZ 9.71 6 2.01 -
YUV 63.93 109.99 172.99 -
System Red Green Blue C M Y K H S L
Decimal 127 38 32 0 0.70 0.75 0.50 3.79 0.6 0.31
Hex 7F 26 20 0 46 4B 32 4 3C 1F
Octal 177 46 40 0 106 113 62 4 74 37
Binary 1111111 100110 100000 0 1000110 1001011 110010 100 111100 11111

Color Harmonies of #7F2620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2620

Black with #7F2620

Text Example


Text Example

White with #7F2620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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