Html Css Color HEX #785974 Old Lavender

📋 copy color: '#785974'

red 120 ◦ green 89 ◦ blue 116

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

Shades of Old Lavender #785974

Tints of Old Lavender #785974

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.38%

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

R = 36.92%
G = 27.38%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#785974 (or 0x785974) is known color: Old Lavender. HEX triplet: 78, 59 and 74. RGB value is (120,89,116). Sum of RGB (Red+Green+Blue) = 120+89+116=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 120 - color contains mainly: red. Hex color #785974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785974 is #87A68B. Grayscale: #656565. Windows color (decimal): -8889996 or 7625080. OLE color: 7625080.

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

Color convert

RGB 120 89 116 -
CMYK 0 0.26 0.03 0.53
HSL 307.74º 0.15% 0.41% -
HSV(B) 307.74º 0.26% 0.47% -
XYZ 14.47 12.4 18.15 -
YUV 101.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 120 89 116 0 0.26 0.03 0.53 307.74 0.15 0.41
Hex 78 59 74 0 1A 3 35 134 F 29
Octal 170 131 164 0 32 3 65 464 17 51
Binary 1111000 1011001 1110100 0 11010 11 110101 100110100 1111 101001

Color Harmonies of #785974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785974

Black with #785974

Text Example


Text Example

White with #785974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785974; }

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

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

background-color css

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

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

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

border-color css

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

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

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