Html Css Color HEX #76302D Lusty

📋 copy color: '#76302D'

red 118 ◦ green 48 ◦ blue 45

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

Shades of Lusty #76302D

Tints of Lusty #76302D

RGB

 RED value IS 118 (46.48% from 255) = 55.92%

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

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

R = 55.92%
G = 22.75%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#76302D (or 0x76302D) is known color: Lusty. HEX triplet: 76, 30 and 2D. RGB value is (118,48,45). Sum of RGB (Red+Green+Blue) = 118+48+45=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #76302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76302D is #89CFD2. Grayscale: #444444. Windows color (decimal): -9031635 or 2961526. OLE color: 2961526.

HSL color Cylindrical-coordinate representation of color #76302D: hue angle of 2.47º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76302D is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 48 45 -
CMYK 0 0.59 0.62 0.54
HSL 2.47º 0.45% 0.32% -
HSV(B) 2.47º 0.62% 0.46% -
XYZ 9 6.15 3.2 -
YUV 68.59 114.69 163.24 -
System Red Green Blue C M Y K H S L
Decimal 118 48 45 0 0.59 0.62 0.54 2.47 0.45 0.32
Hex 76 30 2D 0 3B 3E 36 2 2D 20
Octal 166 60 55 0 73 76 66 2 55 40
Binary 1110110 110000 101101 0 111011 111110 110110 10 101101 100000

Color Harmonies of #76302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76302D

Black with #76302D

Text Example


Text Example

White with #76302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76302D; }

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

 H1.HeaderClassName
 {
   color: #76302D;
 }
 .AnyTagClassName
 {
   color: #76302D;
 }
</style>

background-color css

<style>
 a { background-color: #76302D; }

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

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

border-color css

<style>
 span { border-color: #76302D; }

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

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