Html Css Color HEX #786774 Old Lavender

📋 copy color: '#786774'

red 120 ◦ green 103 ◦ blue 116

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

Shades of Old Lavender #786774

Tints of Old Lavender #786774

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.38%

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

R = 35.4%
G = 30.38%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#786774 (or 0x786774) is known color: Old Lavender. HEX triplet: 78, 67 and 74. RGB value is (120,103,116). Sum of RGB (Red+Green+Blue) = 120+103+116=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 120 - color contains mainly: red. Hex color #786774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786774 is #87988B. Grayscale: #6D6D6D. Windows color (decimal): -8886412 or 7628664. OLE color: 7628664.

HSL color Cylindrical-coordinate representation of color #786774: hue angle of 314.12º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #786774 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 103 116 -
CMYK 0 0.14 0.03 0.53
HSL 314.12º 0.08% 0.44% -
HSV(B) 314.12º 0.14% 0.47% -
XYZ 15.75 14.95 18.58 -
YUV 109.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 120 103 116 0 0.14 0.03 0.53 314.12 0.08 0.44
Hex 78 67 74 0 E 3 35 13A 8 2C
Octal 170 147 164 0 16 3 65 472 10 54
Binary 1111000 1100111 1110100 0 1110 11 110101 100111010 1000 101100

Color Harmonies of #786774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786774

Black with #786774

Text Example


Text Example

White with #786774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786774; }

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

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

background-color css

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

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

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

border-color css

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

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

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