Html Css Color HEX #786073 Old Lavender

📋 copy color: '#786073'

red 120 ◦ green 96 ◦ blue 115

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

Shades of Old Lavender #786073

Tints of Old Lavender #786073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29%

 BLUE value IS 115 (45.31% from 255) = 34.74%

R = 36.25%
G = 29%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#786073 (or 0x786073) is known color: Old Lavender. HEX triplet: 78, 60 and 73. RGB value is (120,96,115). Sum of RGB (Red+Green+Blue) = 120+96+115=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 120 - color contains mainly: red. Hex color #786073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786073 is #879F8C. Grayscale: #696969. Windows color (decimal): -8888205 or 7561336. OLE color: 7561336.

HSL color Cylindrical-coordinate representation of color #786073: hue angle of 312.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #786073 is Cyan = 0, Magento = 0.2, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 96 115 -
CMYK 0 0.2 0.04 0.53
HSL 312.5º 0.11% 0.42% -
HSV(B) 312.5º 0.2% 0.47% -
XYZ 15.02 13.6 18.05 -
YUV 105.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 120 96 115 0 0.2 0.04 0.53 312.5 0.11 0.42
Hex 78 60 73 0 14 4 35 138 B 2A
Octal 170 140 163 0 24 4 65 470 13 52
Binary 1111000 1100000 1110011 0 10100 100 110101 100111000 1011 101010

Color Harmonies of #786073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786073

Black with #786073

Text Example


Text Example

White with #786073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786073; }

 p { color: rgb(120,96,115); }

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

background-color css

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

 a { background-color: rgb(120,96,115); }

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

border-color css

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

 span { border-color: rgb(120,96,115); }

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