Html Css Color HEX #77302C Lusty

📋 copy color: '#77302C'

red 119 ◦ green 48 ◦ blue 44

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

Shades of Lusty #77302C

Tints of Lusty #77302C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.75%

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

R = 56.4%
G = 22.75%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#77302C (or 0x77302C) is known color: Lusty. HEX triplet: 77, 30 and 2C. RGB value is (119,48,44). Sum of RGB (Red+Green+Blue) = 119+48+44=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #77302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77302C is #88CFD3. Grayscale: #444444. Windows color (decimal): -8966100 or 2895991. OLE color: 2895991.

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

Color convert

RGB 119 48 44 -
CMYK 0 0.60 0.63 0.53
HSL 3.2º 0.46% 0.32% -
HSV(B) 3.2º 0.63% 0.47% -
XYZ 9.12 6.22 3.1 -
YUV 68.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 119 48 44 0 0.60 0.63 0.53 3.2 0.46 0.32
Hex 77 30 2C 0 3C 3F 35 3 2E 20
Octal 167 60 54 0 74 77 65 3 56 40
Binary 1110111 110000 101100 0 111100 111111 110101 11 101110 100000

Color Harmonies of #77302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77302C

Black with #77302C

Text Example


Text Example

White with #77302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77302C; }

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

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

background-color css

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

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

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

border-color css

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

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

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