Html Css Color HEX #772525 Lusty

📋 copy color: '#772525'

red 119 ◦ green 37 ◦ blue 37

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

Shades of Lusty #772525

Tints of Lusty #772525

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.17%

 BLUE value IS 37 (14.84% from 255) = 19.17%

R = 61.66%
G = 19.17%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#772525 (or 0x772525) is known color: Lusty. HEX triplet: 77, 25 and 25. RGB value is (119,37,37). Sum of RGB (Red+Green+Blue) = 119+37+37=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #772525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772525 is #88DADA. Grayscale: #3D3D3D. Windows color (decimal): -8968923 or 2434423. OLE color: 2434423.

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

Color convert

RGB 119 37 37 -
CMYK 0 0.69 0.69 0.53
HSL 0.53% 0.31% -
HSV(B) 0.69% 0.47% -
XYZ 8.6 5.38 2.34 -
YUV 61.52 114.17 169 -
System Red Green Blue C M Y K H S L
Decimal 119 37 37 0 0.69 0.69 0.53 0 0.53 0.31
Hex 77 25 25 0 45 45 35 0 35 1F
Octal 167 45 45 0 105 105 65 0 65 37
Binary 1110111 100101 100101 0 1000101 1000101 110101 0 110101 11111

Color Harmonies of #772525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772525

Black with #772525

Text Example


Text Example

White with #772525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772525; }

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

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

background-color css

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

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

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

border-color css

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

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

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