Html Css Color HEX #763533 Lusty

📋 copy color: '#763533'

red 118 ◦ green 53 ◦ blue 51

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

Shades of Lusty #763533

Tints of Lusty #763533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.97%

R = 53.15%
G = 23.87%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#763533 (or 0x763533) is known color: Lusty. HEX triplet: 76, 35 and 33. RGB value is (118,53,51). Sum of RGB (Red+Green+Blue) = 118+53+51=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #763533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763533 is #89CACC. Grayscale: #484848. Windows color (decimal): -9030349 or 3356022. OLE color: 3356022.

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

Color convert

RGB 118 53 51 -
CMYK 0 0.55 0.57 0.54
HSL 1.79º 0.4% 0.33% -
HSV(B) 1.79º 0.57% 0.46% -
XYZ 9.34 6.64 3.92 -
YUV 72.21 116.03 160.66 -
System Red Green Blue C M Y K H S L
Decimal 118 53 51 0 0.55 0.57 0.54 1.79 0.4 0.33
Hex 76 35 33 0 37 39 36 2 28 21
Octal 166 65 63 0 67 71 66 2 50 41
Binary 1110110 110101 110011 0 110111 111001 110110 10 101000 100001

Color Harmonies of #763533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763533

Black with #763533

Text Example


Text Example

White with #763533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763533; }

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

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

background-color css

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

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

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

border-color css

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

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

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