Html Css Color HEX #776875 Old Lavender

📋 copy color: '#776875'

red 119 ◦ green 104 ◦ blue 117

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

Shades of Old Lavender #776875

Tints of Old Lavender #776875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.41%

R = 35%
G = 30.59%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#776875 (or 0x776875) is known color: Old Lavender. HEX triplet: 77, 68 and 75. RGB value is (119,104,117). Sum of RGB (Red+Green+Blue) = 119+104+117=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 119 - color contains mainly: red. Hex color #776875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776875 is #88978A. Grayscale: #6D6D6D. Windows color (decimal): -8951691 or 7694455. OLE color: 7694455.

HSL color Cylindrical-coordinate representation of color #776875: hue angle of 308º 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 #776875 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 104 117 -
CMYK 0 0.13 0.02 0.53
HSL 308º 0.07% 0.44% -
HSV(B) 308º 0.13% 0.47% -
XYZ 15.77 15.11 18.91 -
YUV 109.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 119 104 117 0 0.13 0.02 0.53 308 0.07 0.44
Hex 77 68 75 0 D 2 35 134 7 2C
Octal 167 150 165 0 15 2 65 464 7 54
Binary 1110111 1101000 1110101 0 1101 10 110101 100110100 111 101100

Color Harmonies of #776875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776875

Black with #776875

Text Example


Text Example

White with #776875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776875; }

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

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

background-color css

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

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

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

border-color css

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

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

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