Html Css Color HEX #77302D Lusty

📋 copy color: '#77302D'

red 119 ◦ green 48 ◦ blue 45

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

Shades of Lusty #77302D

Tints of Lusty #77302D

RGB

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

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

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

R = 56.13%
G = 22.64%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#77302D (or 0x77302D) is known color: Lusty. HEX triplet: 77, 30 and 2D. RGB value is (119,48,45). Sum of RGB (Red+Green+Blue) = 119+48+45=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #77302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77302D is #88CFD2. Grayscale: #444444. Windows color (decimal): -8966099 or 2961527. OLE color: 2961527.

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

Color convert

RGB 119 48 45 -
CMYK 0 0.60 0.62 0.53
HSL 2.43º 0.45% 0.32% -
HSV(B) 2.43º 0.62% 0.47% -
XYZ 9.14 6.23 3.2 -
YUV 68.89 114.52 163.74 -
System Red Green Blue C M Y K H S L
Decimal 119 48 45 0 0.60 0.62 0.53 2.43 0.45 0.32
Hex 77 30 2D 0 3C 3E 35 2 2D 20
Octal 167 60 55 0 74 76 65 2 55 40
Binary 1110111 110000 101101 0 111100 111110 110101 10 101101 100000

Color Harmonies of #77302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77302D

Black with #77302D

Text Example


Text Example

White with #77302D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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