Html Css Color HEX #776379 Old Lavender

📋 copy color: '#776379'

red 119 ◦ green 99 ◦ blue 121

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

Shades of Old Lavender #776379

Tints of Old Lavender #776379

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.2%

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

R = 35.1%
G = 29.2%
B = 35.69%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#776379 (or 0x776379) is known color: Old Lavender. HEX triplet: 77, 63 and 79. RGB value is (119,99,121). Sum of RGB (Red+Green+Blue) = 119+99+121=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 121 - color contains mainly: blue. Hex color #776379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776379 is #889C86. Grayscale: #6B6B6B. Windows color (decimal): -8952967 or 7955319. OLE color: 7955319.

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

Color convert

RGB 119 99 121 -
CMYK 0.02 0.18 0 0.53
HSL 294.55º 0.1% 0.43% -
HSV(B) 294.55º 0.18% 0.47% -
XYZ 15.52 14.23 20.02 -
YUV 107.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 119 99 121 0.02 0.18 0 0.53 294.55 0.1 0.43
Hex 77 63 79 2 12 0 35 127 A 2B
Octal 167 143 171 2 22 0 65 447 12 53
Binary 1110111 1100011 1111001 10 10010 0 110101 100100111 1010 101011

Color Harmonies of #776379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776379

Black with #776379

Text Example


Text Example

White with #776379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776379; }

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

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

background-color css

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

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

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

border-color css

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

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

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