Html Css Color HEX #785D73 Old Lavender

📋 copy color: '#785D73'

red 120 ◦ green 93 ◦ blue 115

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

Shades of Old Lavender #785D73

Tints of Old Lavender #785D73

RGB

 RED value IS 120 (47.27% from 255) = 36.59%

 GREEN value IS 93 (36.72% from 255) = 28.35%

 BLUE value IS 115 (45.31% from 255) = 35.06%

R = 36.59%
G = 28.35%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#785D73 (or 0x785D73) is known color: Old Lavender. HEX triplet: 78, 5D and 73. RGB value is (120,93,115). Sum of RGB (Red+Green+Blue) = 120+93+115=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 120 - color contains mainly: red. Hex color #785D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785D73 is #87A28C. Grayscale: #676767. Windows color (decimal): -8888973 or 7560568. OLE color: 7560568.

HSL color Cylindrical-coordinate representation of color #785D73: hue angle of 311.11º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #785D73 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 93 115 -
CMYK 0 0.22 0.04 0.53
HSL 311.11º 0.13% 0.42% -
HSV(B) 311.11º 0.23% 0.47% -
XYZ 14.75 13.06 17.96 -
YUV 103.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 120 93 115 0 0.22 0.04 0.53 311.11 0.13 0.42
Hex 78 5D 73 0 16 4 35 137 D 2A
Octal 170 135 163 0 26 4 65 467 15 52
Binary 1111000 1011101 1110011 0 10110 100 110101 100110111 1101 101010

Color Harmonies of #785D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785D73

Black with #785D73

Text Example


Text Example

White with #785D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785D73; }

 p { color: rgb(120,93,115); }

 H1.HeaderClassName
 {
   color: #785D73;
 }
 .AnyTagClassName
 {
   color: #785D73;
 }
</style>

background-color css

<style>
 a { background-color: #785D73; }

 a { background-color: rgb(120,93,115); }

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

border-color css

<style>
 span { border-color: #785D73; }

 span { border-color: rgb(120,93,115); }

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