Html Css Color HEX #772D27 Lusty

📋 copy color: '#772D27'

red 119 ◦ green 45 ◦ blue 39

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

Shades of Lusty #772D27

Tints of Lusty #772D27

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.17%

 BLUE value IS 39 (15.63% from 255) = 19.21%

R = 58.62%
G = 22.17%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#772D27 (or 0x772D27) is known color: Lusty. HEX triplet: 77, 2D and 27. RGB value is (119,45,39). Sum of RGB (Red+Green+Blue) = 119+45+39=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #772D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D27 is #88D2D8. Grayscale: #424242. Windows color (decimal): -8966873 or 2567543. OLE color: 2567543.

HSL color Cylindrical-coordinate representation of color #772D27: hue angle of 4.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #772D27 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 45 39 -
CMYK 0 0.62 0.67 0.53
HSL 4.5º 0.51% 0.31% -
HSV(B) 4.5º 0.67% 0.47% -
XYZ 8.91 5.95 2.6 -
YUV 66.44 112.52 165.49 -
System Red Green Blue C M Y K H S L
Decimal 119 45 39 0 0.62 0.67 0.53 4.5 0.51 0.31
Hex 77 2D 27 0 3E 43 35 4 33 1F
Octal 167 55 47 0 76 103 65 4 63 37
Binary 1110111 101101 100111 0 111110 1000011 110101 100 110011 11111

Color Harmonies of #772D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772D27

Black with #772D27

Text Example


Text Example

White with #772D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,45,39); }

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

background-color css

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

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

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

border-color css

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

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

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