Html Css Color HEX #785A76 Old Lavender

📋 copy color: '#785A76'

red 120 ◦ green 90 ◦ blue 118

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

Shades of Old Lavender #785A76

Tints of Old Lavender #785A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.98%

R = 36.59%
G = 27.44%
B = 35.98%

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

#785A76 (or 0x785A76) is known color: Old Lavender. HEX triplet: 78, 5A and 76. RGB value is (120,90,118). Sum of RGB (Red+Green+Blue) = 120+90+118=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 120 - color contains mainly: red. Hex color #785A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785A76 is #87A589. Grayscale: #666666. Windows color (decimal): -8889738 or 7756408. OLE color: 7756408.

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

Color convert

RGB 120 90 118 -
CMYK 0 0.25 0.02 0.53
HSL 304º 0.14% 0.41% -
HSV(B) 304º 0.25% 0.47% -
XYZ 14.67 12.61 18.8 -
YUV 102.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 120 90 118 0 0.25 0.02 0.53 304 0.14 0.41
Hex 78 5A 76 0 19 2 35 130 E 29
Octal 170 132 166 0 31 2 65 460 16 51
Binary 1111000 1011010 1110110 0 11001 10 110101 100110000 1110 101001

Color Harmonies of #785A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785A76

Black with #785A76

Text Example


Text Example

White with #785A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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