Html Css Color HEX #776678 Old Lavender

📋 copy color: '#776678'

red 119 ◦ green 102 ◦ blue 120

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

Shades of Old Lavender #776678

Tints of Old Lavender #776678

RGB

 RED value IS 119 (46.88% from 255) = 34.9%

 GREEN value IS 102 (40.23% from 255) = 29.91%

 BLUE value IS 120 (47.27% from 255) = 35.19%

R = 34.9%
G = 29.91%
B = 35.19%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#776678 (or 0x776678) is known color: Old Lavender. HEX triplet: 77, 66 and 78. RGB value is (119,102,120). Sum of RGB (Red+Green+Blue) = 119+102+120=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 120 - color contains mainly: blue. Hex color #776678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776678 is #889987. Grayscale: #6D6D6D. Windows color (decimal): -8952200 or 7890551. OLE color: 7890551.

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

Color convert

RGB 119 102 120 -
CMYK 0.01 0.15 0 0.53
HSL 296.67º 0.08% 0.44% -
HSV(B) 296.67º 0.15% 0.47% -
XYZ 15.75 14.78 19.79 -
YUV 109.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 119 102 120 0.01 0.15 0 0.53 296.67 0.08 0.44
Hex 77 66 78 1 F 0 35 129 8 2C
Octal 167 146 170 1 17 0 65 451 10 54
Binary 1110111 1100110 1111000 1 1111 0 110101 100101001 1000 101100

Color Harmonies of #776678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776678

Black with #776678

Text Example


Text Example

White with #776678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776678; }

 p { color: rgb(119,102,120); }

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

background-color css

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

 a { background-color: rgb(119,102,120); }

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

border-color css

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

 span { border-color: rgb(119,102,120); }

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