Html Css Color HEX #76302B Lusty

📋 copy color: '#76302B'

red 118 ◦ green 48 ◦ blue 43

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

Shades of Lusty #76302B

Tints of Lusty #76302B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.57%

R = 56.46%
G = 22.97%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76302B (or 0x76302B) is known color: Lusty. HEX triplet: 76, 30 and 2B. RGB value is (118,48,43). Sum of RGB (Red+Green+Blue) = 118+48+43=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #76302B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76302B is #89CFD4. Grayscale: #444444. Windows color (decimal): -9031637 or 2830454. OLE color: 2830454.

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

Color convert

RGB 118 48 43 -
CMYK 0 0.59 0.64 0.54
HSL 0.47% 0.32% -
HSV(B) 0.64% 0.46% -
XYZ 8.96 6.14 3 -
YUV 68.36 113.69 163.41 -
System Red Green Blue C M Y K H S L
Decimal 118 48 43 0 0.59 0.64 0.54 4 0.47 0.32
Hex 76 30 2B 0 3B 40 36 4 2F 20
Octal 166 60 53 0 73 100 66 4 57 40
Binary 1110110 110000 101011 0 111011 1000000 110110 100 101111 100000

Color Harmonies of #76302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76302B

Black with #76302B

Text Example


Text Example

White with #76302B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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