Html Css Color HEX #77332F Lusty

📋 copy color: '#77332F'

red 119 ◦ green 51 ◦ blue 47

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

Shades of Lusty #77332F

Tints of Lusty #77332F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.66%

R = 54.84%
G = 23.5%
B = 21.66%

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

#77332F (or 0x77332F) is known color: Lusty. HEX triplet: 77, 33 and 2F. RGB value is (119,51,47). Sum of RGB (Red+Green+Blue) = 119+51+47=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #77332F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77332F is #88CCD0. Grayscale: #464646. Windows color (decimal): -8965329 or 3093367. OLE color: 3093367.

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

Color convert

RGB 119 51 47 -
CMYK 0 0.57 0.61 0.53
HSL 3.33º 0.43% 0.33% -
HSV(B) 3.33º 0.61% 0.47% -
XYZ 9.3 6.49 3.45 -
YUV 70.88 114.53 162.33 -
System Red Green Blue C M Y K H S L
Decimal 119 51 47 0 0.57 0.61 0.53 3.33 0.43 0.33
Hex 77 33 2F 0 39 3D 35 3 2B 21
Octal 167 63 57 0 71 75 65 3 53 41
Binary 1110111 110011 101111 0 111001 111101 110101 11 101011 100001

Color Harmonies of #77332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77332F

Black with #77332F

Text Example


Text Example

White with #77332F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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