Html Css Color HEX #785A74 Old Lavender

📋 copy color: '#785A74'

red 120 ◦ green 90 ◦ blue 116

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

Shades of Old Lavender #785A74

Tints of Old Lavender #785A74

RGB

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

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

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

R = 36.81%
G = 27.61%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#785A74 (or 0x785A74) is known color: Old Lavender. HEX triplet: 78, 5A and 74. RGB value is (120,90,116). Sum of RGB (Red+Green+Blue) = 120+90+116=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 120 - color contains mainly: red. Hex color #785A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785A74 is #87A58B. Grayscale: #656565. Windows color (decimal): -8889740 or 7625336. OLE color: 7625336.

HSL color Cylindrical-coordinate representation of color #785A74: hue angle of 308º 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 #785A74 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 90 116 -
CMYK 0 0.25 0.03 0.53
HSL 308º 0.14% 0.41% -
HSV(B) 308º 0.25% 0.47% -
XYZ 14.55 12.57 18.18 -
YUV 101.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 120 90 116 0 0.25 0.03 0.53 308 0.14 0.41
Hex 78 5A 74 0 19 3 35 134 E 29
Octal 170 132 164 0 31 3 65 464 16 51
Binary 1111000 1011010 1110100 0 11001 11 110101 100110100 1110 101001

Color Harmonies of #785A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785A74

Black with #785A74

Text Example


Text Example

White with #785A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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