Html Css Color HEX #772A2A Lusty

📋 copy color: '#772A2A'

red 119 ◦ green 42 ◦ blue 42

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

Shades of Lusty #772A2A

Tints of Lusty #772A2A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.69%

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

R = 58.62%
G = 20.69%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#772A2A (or 0x772A2A) is known color: Lusty. HEX triplet: 77, 2A and 2A. RGB value is (119,42,42). Sum of RGB (Red+Green+Blue) = 119+42+42=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #772A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772A2A is #88D5D5. Grayscale: #414141. Windows color (decimal): -8967638 or 2763383. OLE color: 2763383.

HSL color Cylindrical-coordinate representation of color #772A2A: hue angle of 0º 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 #772A2A is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 42 42 -
CMYK 0 0.65 0.65 0.53
HSL 0.48% 0.32% -
HSV(B) 0.65% 0.47% -
XYZ 8.85 5.75 2.83 -
YUV 65.02 115.01 166.5 -
System Red Green Blue C M Y K H S L
Decimal 119 42 42 0 0.65 0.65 0.53 0 0.48 0.32
Hex 77 2A 2A 0 41 41 35 0 30 20
Octal 167 52 52 0 101 101 65 0 60 40
Binary 1110111 101010 101010 0 1000001 1000001 110101 0 110000 100000

Color Harmonies of #772A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772A2A

Black with #772A2A

Text Example


Text Example

White with #772A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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