Html Css Color HEX #77332A Lusty

📋 copy color: '#77332A'

red 119 ◦ green 51 ◦ blue 42

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

Shades of Lusty #77332A

Tints of Lusty #77332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.06%

 BLUE value IS 42 (16.8% from 255) = 19.81%

R = 56.13%
G = 24.06%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#77332A (or 0x77332A) is known color: Lusty. HEX triplet: 77, 33 and 2A. RGB value is (119,51,42). Sum of RGB (Red+Green+Blue) = 119+51+42=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #77332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77332A is #88CCD5. Grayscale: #464646. Windows color (decimal): -8965334 or 2765687. OLE color: 2765687.

HSL color Cylindrical-coordinate representation of color #77332A: hue angle of 7.01º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77332A is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 51 42 -
CMYK 0 0.57 0.65 0.53
HSL 7.01º 0.48% 0.32% -
HSV(B) 7.01º 0.65% 0.47% -
XYZ 9.21 6.46 2.95 -
YUV 70.31 112.03 162.73 -
System Red Green Blue C M Y K H S L
Decimal 119 51 42 0 0.57 0.65 0.53 7.01 0.48 0.32
Hex 77 33 2A 0 39 41 35 7 30 20
Octal 167 63 52 0 71 101 65 7 60 40
Binary 1110111 110011 101010 0 111001 1000001 110101 111 110000 100000

Color Harmonies of #77332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77332A

Black with #77332A

Text Example


Text Example

White with #77332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77332A; }

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

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

background-color css

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

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

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

border-color css

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

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

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