Html Css Color HEX #77312B Lusty

📋 copy color: '#77312B'

red 119 ◦ green 49 ◦ blue 43

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

Shades of Lusty #77312B

Tints of Lusty #77312B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.38%

R = 56.4%
G = 23.22%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#77312B (or 0x77312B) is known color: Lusty. HEX triplet: 77, 31 and 2B. RGB value is (119,49,43). Sum of RGB (Red+Green+Blue) = 119+49+43=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #77312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77312B is #88CED4. Grayscale: #454545. Windows color (decimal): -8965845 or 2830711. OLE color: 2830711.

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

Color convert

RGB 119 49 43 -
CMYK 0 0.59 0.64 0.53
HSL 4.74º 0.47% 0.32% -
HSV(B) 4.74º 0.64% 0.47% -
XYZ 9.14 6.29 3.02 -
YUV 69.25 113.19 163.49 -
System Red Green Blue C M Y K H S L
Decimal 119 49 43 0 0.59 0.64 0.53 4.74 0.47 0.32
Hex 77 31 2B 0 3B 40 35 5 2F 20
Octal 167 61 53 0 73 100 65 5 57 40
Binary 1110111 110001 101011 0 111011 1000000 110101 101 101111 100000

Color Harmonies of #77312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77312B

Black with #77312B

Text Example


Text Example

White with #77312B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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