Html Css Color HEX #785774 Old Lavender

📋 copy color: '#785774'

red 120 ◦ green 87 ◦ blue 116

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

Shades of Old Lavender #785774

Tints of Old Lavender #785774

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.93%

 BLUE value IS 116 (45.7% from 255) = 35.91%

R = 37.15%
G = 26.93%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#785774 (or 0x785774) is known color: Old Lavender. HEX triplet: 78, 57 and 74. RGB value is (120,87,116). Sum of RGB (Red+Green+Blue) = 120+87+116=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 120 - color contains mainly: red. Hex color #785774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785774 is #87A88B. Grayscale: #646464. Windows color (decimal): -8890508 or 7624568. OLE color: 7624568.

HSL color Cylindrical-coordinate representation of color #785774: hue angle of 307.27º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #785774 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 87 116 -
CMYK 0 0.28 0.03 0.53
HSL 307.27º 0.16% 0.41% -
HSV(B) 307.27º 0.28% 0.47% -
XYZ 14.31 12.07 18.1 -
YUV 100.17 136.93 142.14 -
System Red Green Blue C M Y K H S L
Decimal 120 87 116 0 0.28 0.03 0.53 307.27 0.16 0.41
Hex 78 57 74 0 1C 3 35 133 10 29
Octal 170 127 164 0 34 3 65 463 20 51
Binary 1111000 1010111 1110100 0 11100 11 110101 100110011 10000 101001

Color Harmonies of #785774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785774

Black with #785774

Text Example


Text Example

White with #785774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785774; }

 p { color: rgb(120,87,116); }

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

background-color css

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

 a { background-color: rgb(120,87,116); }

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

border-color css

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

 span { border-color: rgb(120,87,116); }

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