Html Css Color HEX #772F28 Lusty

📋 copy color: '#772F28'

red 119 ◦ green 47 ◦ blue 40

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

Shades of Lusty #772F28

Tints of Lusty #772F28

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.82%

 BLUE value IS 40 (16.02% from 255) = 19.42%

R = 57.77%
G = 22.82%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#772F28 (or 0x772F28) is known color: Lusty. HEX triplet: 77, 2F and 28. RGB value is (119,47,40). Sum of RGB (Red+Green+Blue) = 119+47+40=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #772F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772F28 is #88D0D7. Grayscale: #434343. Windows color (decimal): -8966360 or 2633591. OLE color: 2633591.

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

Color convert

RGB 119 47 40 -
CMYK 0 0.61 0.66 0.53
HSL 5.32º 0.5% 0.31% -
HSV(B) 5.32º 0.66% 0.47% -
XYZ 9.01 6.11 2.71 -
YUV 67.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 119 47 40 0 0.61 0.66 0.53 5.32 0.5 0.31
Hex 77 2F 28 0 3D 42 35 5 32 1F
Octal 167 57 50 0 75 102 65 5 62 37
Binary 1110111 101111 101000 0 111101 1000010 110101 101 110010 11111

Color Harmonies of #772F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772F28

Black with #772F28

Text Example


Text Example

White with #772F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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