Html Css Color HEX #773430 Lusty

📋 copy color: '#773430'

red 119 ◦ green 52 ◦ blue 48

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

Shades of Lusty #773430

Tints of Lusty #773430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.92%

R = 54.34%
G = 23.74%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#773430 (or 0x773430) is known color: Lusty. HEX triplet: 77, 34 and 30. RGB value is (119,52,48). Sum of RGB (Red+Green+Blue) = 119+52+48=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #773430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773430 is #88CBCF. Grayscale: #474747. Windows color (decimal): -8965072 or 3159159. OLE color: 3159159.

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

Color convert

RGB 119 52 48 -
CMYK 0 0.56 0.60 0.53
HSL 3.38º 0.43% 0.33% -
HSV(B) 3.38º 0.6% 0.47% -
XYZ 9.37 6.59 3.57 -
YUV 71.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 119 52 48 0 0.56 0.60 0.53 3.38 0.43 0.33
Hex 77 34 30 0 38 3C 35 3 2B 21
Octal 167 64 60 0 70 74 65 3 53 41
Binary 1110111 110100 110000 0 111000 111100 110101 11 101011 100001

Color Harmonies of #773430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773430

Black with #773430

Text Example


Text Example

White with #773430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773430; }

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

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

background-color css

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

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

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

border-color css

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

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

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