Html Css Color HEX #785A75 Old Lavender

📋 copy color: '#785A75'

red 120 ◦ green 90 ◦ blue 117

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

Shades of Old Lavender #785A75

Tints of Old Lavender #785A75

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.52%

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

R = 36.7%
G = 27.52%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#785A75 (or 0x785A75) is known color: Old Lavender. HEX triplet: 78, 5A and 75. RGB value is (120,90,117). Sum of RGB (Red+Green+Blue) = 120+90+117=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 120 - color contains mainly: red. Hex color #785A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785A75 is #87A58A. Grayscale: #656565. Windows color (decimal): -8889739 or 7690872. OLE color: 7690872.

HSL color Cylindrical-coordinate representation of color #785A75: hue angle of 306º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #785A75 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 90 117 -
CMYK 0 0.25 0.02 0.53
HSL 306º 0.14% 0.41% -
HSV(B) 306º 0.25% 0.47% -
XYZ 14.61 12.59 18.49 -
YUV 102.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 120 90 117 0 0.25 0.02 0.53 306 0.14 0.41
Hex 78 5A 75 0 19 2 35 132 E 29
Octal 170 132 165 0 31 2 65 462 16 51
Binary 1111000 1011010 1110101 0 11001 10 110101 100110010 1110 101001

Color Harmonies of #785A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785A75

Black with #785A75

Text Example


Text Example

White with #785A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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