#772723

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

Shades of Lusty #772723

Tints of Lusty #772723

Color information

#772723 (or 0x772723) is unknown color: approx Lusty. HEX triplet: 77, 27 and 23. RGB value is (119,39,35). Sum of RGB (Red+Green+Blue) = 119+39+35=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #772723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772723 is #88D8DC. Grayscale: #3E3E3E. Windows color (decimal): -8968413 or 2303863. OLE color: 2303863.

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

Color convert

RGB1193935-
CMYK00.670.710.53
HSL2.86º54.55%30.2%-
HSV(B)2.86º70.59%46.67%-
XYZ8.645.492.2-
YUV62.46112.5168.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.66%
GREEN value IS 39 (15.62% from 255) = 20.21%
BLUE value IS 35 (14.06% from 255) = 18.13%
R=61.66%
G=20.21%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119393500.670.710.532.8654.5530.2
Hex77272304347353371e
Octal167474301031076536736
Binary11101111001111000110100001110001111101011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772723; }

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

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

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

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

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

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

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

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