Html Css Color HEX #786074 Old Lavender

📋 copy color: '#786074'

red 120 ◦ green 96 ◦ blue 116

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

Shades of Old Lavender #786074

Tints of Old Lavender #786074

RGB

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

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

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

R = 36.14%
G = 28.92%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#786074 (or 0x786074) is known color: Old Lavender. HEX triplet: 78, 60 and 74. RGB value is (120,96,116). Sum of RGB (Red+Green+Blue) = 120+96+116=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 120 - color contains mainly: red. Hex color #786074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786074 is #879F8B. Grayscale: #696969. Windows color (decimal): -8888204 or 7626872. OLE color: 7626872.

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

Color convert

RGB 120 96 116 -
CMYK 0 0.2 0.03 0.53
HSL 310º 0.11% 0.42% -
HSV(B) 310º 0.2% 0.47% -
XYZ 15.08 13.62 18.36 -
YUV 105.46 133.95 138.37 -
System Red Green Blue C M Y K H S L
Decimal 120 96 116 0 0.2 0.03 0.53 310 0.11 0.42
Hex 78 60 74 0 14 3 35 136 B 2A
Octal 170 140 164 0 24 3 65 466 13 52
Binary 1111000 1100000 1110100 0 10100 11 110101 100110110 1011 101010

Color Harmonies of #786074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786074

Black with #786074

Text Example


Text Example

White with #786074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786074; }

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

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

background-color css

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

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

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

border-color css

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

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

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