#772B28

Color #772B28 Lusty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lusty #772B28

Tints of Lusty #772B28

Color information

#772B28 (or 0x772B28) is unknown color: approx Lusty. HEX triplet: 77, 2B and 28. RGB value is (119,43,40). Sum of RGB (Red+Green+Blue) = 119+43+40=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #772B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B28 is #88D4D7. Grayscale: #414141. Windows color (decimal): -8967384 or 2632567. OLE color: 2632567.

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

Color convert

RGB1194340-
CMYK00.640.660.53
HSL2.28º49.69%31.18%-
HSV(B)2.28º66.39%46.67%-
XYZ8.855.82.66-
YUV65.38113.68166.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.91%
GREEN value IS 43 (17.19% from 255) = 21.29%
BLUE value IS 40 (16.02% from 255) = 19.80%
R=58.91%
G=21.29%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119434000.640.660.532.2849.6931.18
Hex772B2804042352321f
Octal167535001001026526237
Binary11101111010111010000100000010000101101011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,43,40); }

 H1.HeaderClassName
 {
   color: #772B28;
 }
 .AnyTagClassName
 {
   color: #772B28;
 }
</style>
background-color css

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

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

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

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

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

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