Html Css Color HEX #785E73 Old Lavender

📋 copy color: '#785E73'

red 120 ◦ green 94 ◦ blue 115

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

Shades of Old Lavender #785E73

Tints of Old Lavender #785E73

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.57%

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

R = 36.47%
G = 28.57%
B = 34.95%

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

#785E73 (or 0x785E73) is known color: Old Lavender. HEX triplet: 78, 5E and 73. RGB value is (120,94,115). Sum of RGB (Red+Green+Blue) = 120+94+115=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 120 - color contains mainly: red. Hex color #785E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785E73 is #87A18C. Grayscale: #686868. Windows color (decimal): -8888717 or 7560824. OLE color: 7560824.

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

Color convert

RGB 120 94 115 -
CMYK 0 0.22 0.04 0.53
HSL 311.54º 0.12% 0.42% -
HSV(B) 311.54º 0.22% 0.47% -
XYZ 14.84 13.24 17.99 -
YUV 104.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 120 94 115 0 0.22 0.04 0.53 311.54 0.12 0.42
Hex 78 5E 73 0 16 4 35 138 C 2A
Octal 170 136 163 0 26 4 65 470 14 52
Binary 1111000 1011110 1110011 0 10110 100 110101 100111000 1100 101010

Color Harmonies of #785E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785E73

Black with #785E73

Text Example


Text Example

White with #785E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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