#772825

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

Shades of Lusty #772825

Tints of Lusty #772825

Color information

#772825 (or 0x772825) is unknown color: approx Lusty. HEX triplet: 77, 28 and 25. RGB value is (119,40,37). Sum of RGB (Red+Green+Blue) = 119+40+37=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #772825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772825 is #88D7DA. Grayscale: #3F3F3F. Windows color (decimal): -8968155 or 2435191. OLE color: 2435191.

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

Color convert

RGB1194037-
CMYK00.660.690.53
HSL2.2º52.56%30.59%-
HSV(B)2.2º68.91%46.67%-
XYZ8.75.572.37-
YUV63.28113.17167.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.71%
GREEN value IS 40 (16.02% from 255) = 20.41%
BLUE value IS 37 (14.84% from 255) = 18.88%
R=60.71%
G=20.41%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119403700.660.690.532.252.5630.59
Hex77282504245352351f
Octal167504501021056526537
Binary11101111010001001010100001010001011101011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772825; }

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

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

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

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

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

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

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

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