Html Css Color HEX #77312D Lusty

📋 copy color: '#77312D'

red 119 ◦ green 49 ◦ blue 45

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

Shades of Lusty #77312D

Tints of Lusty #77312D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23%

 BLUE value IS 45 (17.97% from 255) = 21.13%

R = 55.87%
G = 23%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#77312D (or 0x77312D) is known color: Lusty. HEX triplet: 77, 31 and 2D. RGB value is (119,49,45). Sum of RGB (Red+Green+Blue) = 119+49+45=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #77312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77312D is #88CED2. Grayscale: #454545. Windows color (decimal): -8965843 or 2961783. OLE color: 2961783.

HSL color Cylindrical-coordinate representation of color #77312D: hue angle of 3.24º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #77312D is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 45 -
CMYK 0 0.59 0.62 0.53
HSL 3.24º 0.45% 0.32% -
HSV(B) 3.24º 0.62% 0.47% -
XYZ 9.18 6.31 3.22 -
YUV 69.47 114.19 163.33 -
System Red Green Blue C M Y K H S L
Decimal 119 49 45 0 0.59 0.62 0.53 3.24 0.45 0.32
Hex 77 31 2D 0 3B 3E 35 3 2D 20
Octal 167 61 55 0 73 76 65 3 55 40
Binary 1110111 110001 101101 0 111011 111110 110101 11 101101 100000

Color Harmonies of #77312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77312D

Black with #77312D

Text Example


Text Example

White with #77312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77312D; }

 p { color: rgb(119,49,45); }

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

background-color css

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

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

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

border-color css

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

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

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