Html Css Color HEX #77332D Lusty

📋 copy color: '#77332D'

red 119 ◦ green 51 ◦ blue 45

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

Shades of Lusty #77332D

Tints of Lusty #77332D

RGB

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

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

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

R = 55.35%
G = 23.72%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#77332D (or 0x77332D) is known color: Lusty. HEX triplet: 77, 33 and 2D. RGB value is (119,51,45). Sum of RGB (Red+Green+Blue) = 119+51+45=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #77332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77332D is #88CCD2. Grayscale: #464646. Windows color (decimal): -8965331 or 2962295. OLE color: 2962295.

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

Color convert

RGB 119 51 45 -
CMYK 0 0.57 0.62 0.53
HSL 4.86º 0.45% 0.32% -
HSV(B) 4.86º 0.62% 0.47% -
XYZ 9.27 6.48 3.24 -
YUV 70.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 119 51 45 0 0.57 0.62 0.53 4.86 0.45 0.32
Hex 77 33 2D 0 39 3E 35 5 2D 20
Octal 167 63 55 0 71 76 65 5 55 40
Binary 1110111 110011 101101 0 111001 111110 110101 101 101101 100000

Color Harmonies of #77332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77332D

Black with #77332D

Text Example


Text Example

White with #77332D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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