Html Css Color HEX #76302F Lusty

📋 copy color: '#76302F'

red 118 ◦ green 48 ◦ blue 47

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

Shades of Lusty #76302F

Tints of Lusty #76302F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.07%

R = 55.4%
G = 22.54%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76302F (or 0x76302F) is known color: Lusty. HEX triplet: 76, 30 and 2F. RGB value is (118,48,47). Sum of RGB (Red+Green+Blue) = 118+48+47=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76302F is #89CFD0. Grayscale: #444444. Windows color (decimal): -9031633 or 3092598. OLE color: 3092598.

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

Color convert

RGB 118 48 47 -
CMYK 0 0.59 0.60 0.54
HSL 0.85º 0.43% 0.32% -
HSV(B) 0.85º 0.6% 0.46% -
XYZ 9.04 6.17 3.4 -
YUV 68.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 118 48 47 0 0.59 0.60 0.54 0.85 0.43 0.32
Hex 76 30 2F 0 3B 3C 36 1 2B 20
Octal 166 60 57 0 73 74 66 1 53 40
Binary 1110110 110000 101111 0 111011 111100 110110 1 101011 100000

Color Harmonies of #76302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76302F

Black with #76302F

Text Example


Text Example

White with #76302F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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