Html Css Color HEX #763532 Lusty

📋 copy color: '#763532'

red 118 ◦ green 53 ◦ blue 50

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

Shades of Lusty #763532

Tints of Lusty #763532

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.98%

 BLUE value IS 50 (19.92% from 255) = 22.62%

R = 53.39%
G = 23.98%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#763532 (or 0x763532) is known color: Lusty. HEX triplet: 76, 35 and 32. RGB value is (118,53,50). Sum of RGB (Red+Green+Blue) = 118+53+50=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #763532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763532 is #89CACD. Grayscale: #484848. Windows color (decimal): -9030350 or 3290486. OLE color: 3290486.

HSL color Cylindrical-coordinate representation of color #763532: hue angle of 2.65º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763532 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 53 50 -
CMYK 0 0.55 0.58 0.54
HSL 2.65º 0.4% 0.33% -
HSV(B) 2.65º 0.58% 0.46% -
XYZ 9.32 6.63 3.81 -
YUV 72.09 115.53 160.74 -
System Red Green Blue C M Y K H S L
Decimal 118 53 50 0 0.55 0.58 0.54 2.65 0.4 0.33
Hex 76 35 32 0 37 3A 36 3 28 21
Octal 166 65 62 0 67 72 66 3 50 41
Binary 1110110 110101 110010 0 110111 111010 110110 11 101000 100001

Color Harmonies of #763532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763532

Black with #763532

Text Example


Text Example

White with #763532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763532; }

 p { color: rgb(118,53,50); }

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

background-color css

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

 a { background-color: rgb(118,53,50); }

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

border-color css

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

 span { border-color: rgb(118,53,50); }

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