Html Css Color HEX #763028 Lusty

📋 copy color: '#763028'

red 118 ◦ green 48 ◦ blue 40

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

Shades of Lusty #763028

Tints of Lusty #763028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.42%

R = 57.28%
G = 23.3%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#763028 (or 0x763028) is known color: Lusty. HEX triplet: 76, 30 and 28. RGB value is (118,48,40). Sum of RGB (Red+Green+Blue) = 118+48+40=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #763028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763028 is #89CFD7. Grayscale: #444444. Windows color (decimal): -9031640 or 2633846. OLE color: 2633846.

HSL color Cylindrical-coordinate representation of color #763028: hue angle of 6.15º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #763028 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 48 40 -
CMYK 0 0.59 0.66 0.54
HSL 6.15º 0.49% 0.31% -
HSV(B) 6.15º 0.66% 0.46% -
XYZ 8.91 6.12 2.72 -
YUV 68.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 118 48 40 0 0.59 0.66 0.54 6.15 0.49 0.31
Hex 76 30 28 0 3B 42 36 6 31 1F
Octal 166 60 50 0 73 102 66 6 61 37
Binary 1110110 110000 101000 0 111011 1000010 110110 110 110001 11111

Color Harmonies of #763028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763028

Black with #763028

Text Example


Text Example

White with #763028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763028; }

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

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

background-color css

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

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

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

border-color css

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

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

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