Html Css Color HEX #77332E Lusty

📋 copy color: '#77332E'

red 119 ◦ green 51 ◦ blue 46

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

Shades of Lusty #77332E

Tints of Lusty #77332E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.61%

 BLUE value IS 46 (18.36% from 255) = 21.3%

R = 55.09%
G = 23.61%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77332E (or 0x77332E) is known color: Lusty. HEX triplet: 77, 33 and 2E. RGB value is (119,51,46). Sum of RGB (Red+Green+Blue) = 119+51+46=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #77332E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77332E is #88CCD1. Grayscale: #464646. Windows color (decimal): -8965330 or 3027831. OLE color: 3027831.

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

Color convert

RGB 119 51 46 -
CMYK 0 0.57 0.61 0.53
HSL 4.11º 0.44% 0.32% -
HSV(B) 4.11º 0.61% 0.47% -
XYZ 9.28 6.49 3.35 -
YUV 70.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 119 51 46 0 0.57 0.61 0.53 4.11 0.44 0.32
Hex 77 33 2E 0 39 3D 35 4 2C 20
Octal 167 63 56 0 71 75 65 4 54 40
Binary 1110111 110011 101110 0 111001 111101 110101 100 101100 100000

Color Harmonies of #77332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77332E

Black with #77332E

Text Example


Text Example

White with #77332E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77332E; }

 p { color: rgb(119,51,46); }

 H1.HeaderClassName
 {
   color: #77332E;
 }
 .AnyTagClassName
 {
   color: #77332E;
 }
</style>

background-color css

<style>
 a { background-color: #77332E; }

 a { background-color: rgb(119,51,46); }

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

border-color css

<style>
 span { border-color: #77332E; }

 span { border-color: rgb(119,51,46); }

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