Html Css Color HEX #776679 Old Lavender

📋 copy color: '#776679'

red 119 ◦ green 102 ◦ blue 121

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

Shades of Old Lavender #776679

Tints of Old Lavender #776679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.38%

R = 34.8%
G = 29.82%
B = 35.38%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#776679 (or 0x776679) is known color: Old Lavender. HEX triplet: 77, 66 and 79. RGB value is (119,102,121). Sum of RGB (Red+Green+Blue) = 119+102+121=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 121 - color contains mainly: blue. Hex color #776679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776679 is #889986. Grayscale: #6D6D6D. Windows color (decimal): -8952199 or 7956087. OLE color: 7956087.

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

Color convert

RGB 119 102 121 -
CMYK 0.02 0.16 0 0.53
HSL 293.68º 0.09% 0.44% -
HSV(B) 293.68º 0.16% 0.47% -
XYZ 15.81 14.81 20.11 -
YUV 109.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 119 102 121 0.02 0.16 0 0.53 293.68 0.09 0.44
Hex 77 66 79 2 10 0 35 126 9 2C
Octal 167 146 171 2 20 0 65 446 11 54
Binary 1110111 1100110 1111001 10 10000 0 110101 100100110 1001 101100

Color Harmonies of #776679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776679

Black with #776679

Text Example


Text Example

White with #776679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776679; }

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

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

background-color css

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

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

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

border-color css

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

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

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