Html Css Color HEX #7E3025 Lusty

📋 copy color: '#7E3025'

red 126 ◦ green 48 ◦ blue 37

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

Shades of Lusty #7E3025

Tints of Lusty #7E3025

RGB

 RED value IS 126 (49.61% from 255) = 59.72%

 GREEN value IS 48 (19.14% from 255) = 22.75%

 BLUE value IS 37 (14.84% from 255) = 17.54%

R = 59.72%
G = 22.75%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.51

RGB Variations

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

Color information

#7E3025 (or 0x7E3025) is known color: Lusty. HEX triplet: 7E, 30 and 25. RGB value is (126,48,37). Sum of RGB (Red+Green+Blue) = 126+48+37=211 (27% of max value = 765). Red value is 126 (49.61% from 255 or 59.72% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3025 is #81CFDA. Grayscale: #464646. Windows color (decimal): -8507355 or 2437246. OLE color: 2437246.

HSL color Cylindrical-coordinate representation of color #7E3025: hue angle of 7.42º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E3025 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 48 37 -
CMYK 0 0.62 0.71 0.51
HSL 7.42º 0.55% 0.32% -
HSV(B) 7.42º 0.71% 0.49% -
XYZ 10 6.68 2.51 -
YUV 70.07 109.34 167.89 -
System Red Green Blue C M Y K H S L
Decimal 126 48 37 0 0.62 0.71 0.51 7.42 0.55 0.32
Hex 7E 30 25 0 3E 47 33 7 37 20
Octal 176 60 45 0 76 107 63 7 67 40
Binary 1111110 110000 100101 0 111110 1000111 110011 111 110111 100000

Color Harmonies of #7E3025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3025

Black with #7E3025

Text Example


Text Example

White with #7E3025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,48,37); }

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

background-color css

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

 a { background-color: rgb(126,48,37); }

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

border-color css

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

 span { border-color: rgb(126,48,37); }

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