Html Css Color HEX #7F2827 Lusty

📋 copy color: '#7F2827'

red 127 ◦ green 40 ◦ blue 39

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

Shades of Lusty #7F2827

Tints of Lusty #7F2827

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.42%

 BLUE value IS 39 (15.63% from 255) = 18.93%

R = 61.65%
G = 19.42%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#7F2827 (or 0x7F2827) is known color: Lusty. HEX triplet: 7F, 28 and 27. RGB value is (127,40,39). Sum of RGB (Red+Green+Blue) = 127+40+39=206 (27% of max value = 765). Red value is 127 (50% from 255 or 61.65% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2827 is #80D7D8. Grayscale: #414141. Windows color (decimal): -8443865 or 2566271. OLE color: 2566271.

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

Color convert

RGB 127 40 39 -
CMYK 0 0.69 0.69 0.50
HSL 0.68º 0.53% 0.33% -
HSV(B) 0.68º 0.69% 0.5% -
XYZ 9.88 6.18 2.59 -
YUV 65.9 112.82 171.58 -
System Red Green Blue C M Y K H S L
Decimal 127 40 39 0 0.69 0.69 0.50 0.68 0.53 0.33
Hex 7F 28 27 0 45 45 32 1 35 21
Octal 177 50 47 0 105 105 62 1 65 41
Binary 1111111 101000 100111 0 1000101 1000101 110010 1 110101 100001

Color Harmonies of #7F2827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2827

Black with #7F2827

Text Example


Text Example

White with #7F2827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,40,39); }

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

background-color css

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

 a { background-color: rgb(127,40,39); }

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

border-color css

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

 span { border-color: rgb(127,40,39); }

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