Html Css Color HEX #7E302D Lusty

📋 copy color: '#7E302D'

red 126 ◦ green 48 ◦ blue 45

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

Shades of Lusty #7E302D

Tints of Lusty #7E302D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.55%

R = 57.53%
G = 21.92%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#7E302D (or 0x7E302D) is known color: Lusty. HEX triplet: 7E, 30 and 2D. RGB value is (126,48,45). Sum of RGB (Red+Green+Blue) = 126+48+45=219 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.53% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 126 - color contains mainly: red. Hex color #7E302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E302D is #81CFD2. Grayscale: #474747. Windows color (decimal): -8507347 or 2961534. OLE color: 2961534.

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

Color convert

RGB 126 48 45 -
CMYK 0 0.62 0.64 0.51
HSL 2.22º 0.47% 0.34% -
HSV(B) 2.22º 0.64% 0.49% -
XYZ 10.13 6.74 3.25 -
YUV 70.98 113.34 167.24 -
System Red Green Blue C M Y K H S L
Decimal 126 48 45 0 0.62 0.64 0.51 2.22 0.47 0.34
Hex 7E 30 2D 0 3E 40 33 2 2F 22
Octal 176 60 55 0 76 100 63 2 57 42
Binary 1111110 110000 101101 0 111110 1000000 110011 10 101111 100010

Color Harmonies of #7E302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E302D

Black with #7E302D

Text Example


Text Example

White with #7E302D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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