Html Css Color HEX #772825 Lusty

📋 copy color: '#772825'

red 119 ◦ green 40 ◦ blue 37

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

Shades of Lusty #772825

Tints of Lusty #772825

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 value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#772825 (or 0x772825) is known color: 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

RGB 119 40 37 -
CMYK 0 0.66 0.69 0.53
HSL 2.2º 0.53% 0.31% -
HSV(B) 2.2º 0.69% 0.47% -
XYZ 8.7 5.57 2.37 -
YUV 63.28 113.17 167.74 -
System Red Green Blue C M Y K H S L
Decimal 119 40 37 0 0.66 0.69 0.53 2.2 0.53 0.31
Hex 77 28 25 0 42 45 35 2 35 1F
Octal 167 50 45 0 102 105 65 2 65 37
Binary 1110111 101000 100101 0 1000010 1000101 110101 10 110101 11111

Color Harmonies of #772825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772825

Black with #772825

Text Example


Text Example

White with #772825

Text Example


Text Example

HTML Codes & Css Web 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>