Html Css Color HEX #772622 Lusty

📋 copy color: '#772622'

red 119 ◦ green 38 ◦ blue 34

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

Shades of Lusty #772622

Tints of Lusty #772622

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.9%

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

R = 62.3%
G = 19.9%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#772622 (or 0x772622) is known color: Lusty. HEX triplet: 77, 26 and 22. RGB value is (119,38,34). Sum of RGB (Red+Green+Blue) = 119+38+34=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #772622 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772622 is #88D9DD. Grayscale: #3D3D3D. Windows color (decimal): -8968670 or 2238071. OLE color: 2238071.

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

Color convert

RGB 119 38 34 -
CMYK 0 0.68 0.71 0.53
HSL 2.82º 0.56% 0.3% -
HSV(B) 2.82º 0.71% 0.47% -
XYZ 8.59 5.42 2.11 -
YUV 61.76 112.34 168.83 -
System Red Green Blue C M Y K H S L
Decimal 119 38 34 0 0.68 0.71 0.53 2.82 0.56 0.3
Hex 77 26 22 0 44 47 35 3 38 1E
Octal 167 46 42 0 104 107 65 3 70 36
Binary 1110111 100110 100010 0 1000100 1000111 110101 11 111000 11110

Color Harmonies of #772622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772622

Black with #772622

Text Example


Text Example

White with #772622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772622; }

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

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

background-color css

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

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

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

border-color css

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

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

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