Html Css Color HEX #77352F Lusty

📋 copy color: '#77352F'

red 119 ◦ green 53 ◦ blue 47

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

Shades of Lusty #77352F

Tints of Lusty #77352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.2%

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

R = 54.34%
G = 24.2%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77352F (or 0x77352F) is known color: Lusty. HEX triplet: 77, 35 and 2F. RGB value is (119,53,47). Sum of RGB (Red+Green+Blue) = 119+53+47=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #77352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77352F is #88CAD0. Grayscale: #484848. Windows color (decimal): -8964817 or 3093879. OLE color: 3093879.

HSL color Cylindrical-coordinate representation of color #77352F: hue angle of 5º 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 #77352F is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 53 47 -
CMYK 0 0.55 0.61 0.53
HSL 0.43% 0.33% -
HSV(B) 0.61% 0.47% -
XYZ 9.39 6.67 3.48 -
YUV 72.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 119 53 47 0 0.55 0.61 0.53 5 0.43 0.33
Hex 77 35 2F 0 37 3D 35 5 2B 21
Octal 167 65 57 0 67 75 65 5 53 41
Binary 1110111 110101 101111 0 110111 111101 110101 101 101011 100001

Color Harmonies of #77352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77352F

Black with #77352F

Text Example


Text Example

White with #77352F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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