Html Css Color HEX #763432 Lusty

📋 copy color: '#763432'

red 118 ◦ green 52 ◦ blue 50

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

Shades of Lusty #763432

Tints of Lusty #763432

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.64%

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

R = 53.64%
G = 23.64%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#763432 (or 0x763432) is known color: Lusty. HEX triplet: 76, 34 and 32. RGB value is (118,52,50). Sum of RGB (Red+Green+Blue) = 118+52+50=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #763432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763432 is #89CBCD. Grayscale: #474747. Windows color (decimal): -9030606 or 3290230. OLE color: 3290230.

HSL color Cylindrical-coordinate representation of color #763432: hue angle of 1.76º 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 #763432 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 52 50 -
CMYK 0 0.56 0.58 0.54
HSL 1.76º 0.4% 0.33% -
HSV(B) 1.76º 0.58% 0.46% -
XYZ 9.27 6.54 3.79 -
YUV 71.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 118 52 50 0 0.56 0.58 0.54 1.76 0.4 0.33
Hex 76 34 32 0 38 3A 36 2 28 21
Octal 166 64 62 0 70 72 66 2 50 41
Binary 1110110 110100 110010 0 111000 111010 110110 10 101000 100001

Color Harmonies of #763432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763432

Black with #763432

Text Example


Text Example

White with #763432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763432; }

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

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

background-color css

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

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

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

border-color css

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

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

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