Html Css Color HEX #77302F Lusty

📋 copy color: '#77302F'

red 119 ◦ green 48 ◦ blue 47

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

Shades of Lusty #77302F

Tints of Lusty #77302F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.43%

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

R = 55.61%
G = 22.43%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77302F (or 0x77302F) is known color: Lusty. HEX triplet: 77, 30 and 2F. RGB value is (119,48,47). Sum of RGB (Red+Green+Blue) = 119+48+47=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #77302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77302F is #88CFD0. Grayscale: #454545. Windows color (decimal): -8966097 or 3092599. OLE color: 3092599.

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

Color convert

RGB 119 48 47 -
CMYK 0 0.60 0.61 0.53
HSL 0.83º 0.43% 0.33% -
HSV(B) 0.83º 0.61% 0.47% -
XYZ 9.18 6.24 3.41 -
YUV 69.12 115.52 163.58 -
System Red Green Blue C M Y K H S L
Decimal 119 48 47 0 0.60 0.61 0.53 0.83 0.43 0.33
Hex 77 30 2F 0 3C 3D 35 1 2B 21
Octal 167 60 57 0 74 75 65 1 53 41
Binary 1110111 110000 101111 0 111100 111101 110101 1 101011 100001

Color Harmonies of #77302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77302F

Black with #77302F

Text Example


Text Example

White with #77302F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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