Html Css Color HEX #776874 Old Lavender

📋 copy color: '#776874'

red 119 ◦ green 104 ◦ blue 116

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

Shades of Old Lavender #776874

Tints of Old Lavender #776874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.68%

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

R = 35.1%
G = 30.68%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#776874 (or 0x776874) is known color: Old Lavender. HEX triplet: 77, 68 and 74. RGB value is (119,104,116). Sum of RGB (Red+Green+Blue) = 119+104+116=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 119 - color contains mainly: red. Hex color #776874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776874 is #88978B. Grayscale: #6D6D6D. Windows color (decimal): -8951692 or 7628919. OLE color: 7628919.

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

Color convert

RGB 119 104 116 -
CMYK 0 0.13 0.03 0.53
HSL 312º 0.07% 0.44% -
HSV(B) 312º 0.13% 0.47% -
XYZ 15.71 15.08 18.61 -
YUV 109.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 119 104 116 0 0.13 0.03 0.53 312 0.07 0.44
Hex 77 68 74 0 D 3 35 138 7 2C
Octal 167 150 164 0 15 3 65 470 7 54
Binary 1110111 1101000 1110100 0 1101 11 110101 100111000 111 101100

Color Harmonies of #776874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776874

Black with #776874

Text Example


Text Example

White with #776874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776874; }

 p { color: rgb(119,104,116); }

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

background-color css

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

 a { background-color: rgb(119,104,116); }

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

border-color css

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

 span { border-color: rgb(119,104,116); }

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