Html Css Color HEX #773433 Lusty

📋 copy color: '#773433'

red 119 ◦ green 52 ◦ blue 51

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

Shades of Lusty #773433

Tints of Lusty #773433

RGB

 RED value IS 119 (46.88% from 255) = 53.6%

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

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

R = 53.6%
G = 23.42%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#773433 (or 0x773433) is known color: Lusty. HEX triplet: 77, 34 and 33. RGB value is (119,52,51). Sum of RGB (Red+Green+Blue) = 119+52+51=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #773433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773433 is #88CBCC. Grayscale: #474747. Windows color (decimal): -8965069 or 3355767. OLE color: 3355767.

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

Color convert

RGB 119 52 51 -
CMYK 0 0.56 0.57 0.53
HSL 0.88º 0.4% 0.33% -
HSV(B) 0.88º 0.57% 0.47% -
XYZ 9.43 6.62 3.91 -
YUV 71.92 116.2 161.58 -
System Red Green Blue C M Y K H S L
Decimal 119 52 51 0 0.56 0.57 0.53 0.88 0.4 0.33
Hex 77 34 33 0 38 39 35 1 28 21
Octal 167 64 63 0 70 71 65 1 50 41
Binary 1110111 110100 110011 0 111000 111001 110101 1 101000 100001

Color Harmonies of #773433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773433

Black with #773433

Text Example


Text Example

White with #773433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773433; }

 p { color: rgb(119,52,51); }

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

background-color css

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

 a { background-color: rgb(119,52,51); }

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

border-color css

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

 span { border-color: rgb(119,52,51); }

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