Html Css Color HEX #785975 Old Lavender

📋 copy color: '#785975'

red 120 ◦ green 89 ◦ blue 117

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

Shades of Old Lavender #785975

Tints of Old Lavender #785975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.89%

R = 36.81%
G = 27.3%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#785975 (or 0x785975) is known color: Old Lavender. HEX triplet: 78, 59 and 75. RGB value is (120,89,117). Sum of RGB (Red+Green+Blue) = 120+89+117=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 120 - color contains mainly: red. Hex color #785975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785975 is #87A68A. Grayscale: #656565. Windows color (decimal): -8889995 or 7690616. OLE color: 7690616.

HSL color Cylindrical-coordinate representation of color #785975: hue angle of 305.81º 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 #785975 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 89 117 -
CMYK 0 0.26 0.02 0.53
HSL 305.81º 0.15% 0.41% -
HSV(B) 305.81º 0.26% 0.47% -
XYZ 14.53 12.42 18.46 -
YUV 101.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 120 89 117 0 0.26 0.02 0.53 305.81 0.15 0.41
Hex 78 59 75 0 1A 2 35 132 F 29
Octal 170 131 165 0 32 2 65 462 17 51
Binary 1111000 1011001 1110101 0 11010 10 110101 100110010 1111 101001

Color Harmonies of #785975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785975

Black with #785975

Text Example


Text Example

White with #785975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785975; }

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

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

background-color css

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

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

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

border-color css

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

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

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