Html Css Color HEX #772F2C Lusty

📋 copy color: '#772F2C'

red 119 ◦ green 47 ◦ blue 44

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

Shades of Lusty #772F2C

Tints of Lusty #772F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.95%

R = 56.67%
G = 22.38%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#772F2C (or 0x772F2C) is known color: Lusty. HEX triplet: 77, 2F and 2C. RGB value is (119,47,44). Sum of RGB (Red+Green+Blue) = 119+47+44=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #772F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772F2C is #88D0D3. Grayscale: #444444. Windows color (decimal): -8966356 or 2895735. OLE color: 2895735.

HSL color Cylindrical-coordinate representation of color #772F2C: hue angle of 2.4º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #772F2C is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 47 44 -
CMYK 0 0.61 0.63 0.53
HSL 2.4º 0.46% 0.32% -
HSV(B) 2.4º 0.63% 0.47% -
XYZ 9.08 6.14 3.09 -
YUV 68.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 119 47 44 0 0.61 0.63 0.53 2.4 0.46 0.32
Hex 77 2F 2C 0 3D 3F 35 2 2E 20
Octal 167 57 54 0 75 77 65 2 56 40
Binary 1110111 101111 101100 0 111101 111111 110101 10 101110 100000

Color Harmonies of #772F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772F2C

Black with #772F2C

Text Example


Text Example

White with #772F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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