Html Css Color HEX #772422 Lusty

📋 copy color: '#772422'

red 119 ◦ green 36 ◦ blue 34

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

Shades of Lusty #772422

Tints of Lusty #772422

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.05%

 BLUE value IS 34 (13.67% from 255) = 17.99%

R = 62.96%
G = 19.05%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#772422 (or 0x772422) is known color: Lusty. HEX triplet: 77, 24 and 22. RGB value is (119,36,34). Sum of RGB (Red+Green+Blue) = 119+36+34=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #772422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772422 is #88DBDD. Grayscale: #3C3C3C. Windows color (decimal): -8969182 or 2237559. OLE color: 2237559.

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

Color convert

RGB 119 36 34 -
CMYK 0 0.70 0.71 0.53
HSL 1.41º 0.56% 0.3% -
HSV(B) 1.41º 0.71% 0.47% -
XYZ 8.53 5.3 2.09 -
YUV 60.59 113 169.66 -
System Red Green Blue C M Y K H S L
Decimal 119 36 34 0 0.70 0.71 0.53 1.41 0.56 0.3
Hex 77 24 22 0 46 47 35 1 38 1E
Octal 167 44 42 0 106 107 65 1 70 36
Binary 1110111 100100 100010 0 1000110 1000111 110101 1 111000 11110

Color Harmonies of #772422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772422

Black with #772422

Text Example


Text Example

White with #772422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772422; }

 p { color: rgb(119,36,34); }

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

background-color css

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

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

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

border-color css

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

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

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