Html Css Color HEX #77332C Lusty

📋 copy color: '#77332C'

red 119 ◦ green 51 ◦ blue 44

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

Shades of Lusty #77332C

Tints of Lusty #77332C

RGB

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

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

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

R = 55.61%
G = 23.83%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#77332C (or 0x77332C) is known color: Lusty. HEX triplet: 77, 33 and 2C. RGB value is (119,51,44). Sum of RGB (Red+Green+Blue) = 119+51+44=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #77332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77332C is #88CCD3. Grayscale: #464646. Windows color (decimal): -8965332 or 2896759. OLE color: 2896759.

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

Color convert

RGB 119 51 44 -
CMYK 0 0.57 0.63 0.53
HSL 5.6º 0.46% 0.32% -
HSV(B) 5.6º 0.63% 0.47% -
XYZ 9.25 6.47 3.14 -
YUV 70.53 113.03 162.57 -
System Red Green Blue C M Y K H S L
Decimal 119 51 44 0 0.57 0.63 0.53 5.6 0.46 0.32
Hex 77 33 2C 0 39 3F 35 6 2E 20
Octal 167 63 54 0 71 77 65 6 56 40
Binary 1110111 110011 101100 0 111001 111111 110101 110 101110 100000

Color Harmonies of #77332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77332C

Black with #77332C

Text Example


Text Example

White with #77332C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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