Html Css Color HEX #77332B Lusty

📋 copy color: '#77332B'

red 119 ◦ green 51 ◦ blue 43

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

Shades of Lusty #77332B

Tints of Lusty #77332B

RGB

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

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

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

R = 55.87%
G = 23.94%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#77332B (or 0x77332B) is known color: Lusty. HEX triplet: 77, 33 and 2B. RGB value is (119,51,43). Sum of RGB (Red+Green+Blue) = 119+51+43=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #77332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77332B is #88CCD4. Grayscale: #464646. Windows color (decimal): -8965333 or 2831223. OLE color: 2831223.

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

Color convert

RGB 119 51 43 -
CMYK 0 0.57 0.64 0.53
HSL 6.32º 0.47% 0.32% -
HSV(B) 6.32º 0.64% 0.47% -
XYZ 9.23 6.46 3.05 -
YUV 70.42 112.53 162.65 -
System Red Green Blue C M Y K H S L
Decimal 119 51 43 0 0.57 0.64 0.53 6.32 0.47 0.32
Hex 77 33 2B 0 39 40 35 6 2F 20
Octal 167 63 53 0 71 100 65 6 57 40
Binary 1110111 110011 101011 0 111001 1000000 110101 110 101111 100000

Color Harmonies of #77332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77332B

Black with #77332B

Text Example


Text Example

White with #77332B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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