Html Css Color HEX #776975 Old Lavender

📋 copy color: '#776975'

red 119 ◦ green 105 ◦ blue 117

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

Shades of Old Lavender #776975

Tints of Old Lavender #776975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.79%

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

R = 34.9%
G = 30.79%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#776975 (or 0x776975) is known color: Old Lavender. HEX triplet: 77, 69 and 75. RGB value is (119,105,117). Sum of RGB (Red+Green+Blue) = 119+105+117=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 119 - color contains mainly: red. Hex color #776975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776975 is #88968A. Grayscale: #6E6E6E. Windows color (decimal): -8951435 or 7694711. OLE color: 7694711.

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

Color convert

RGB 119 105 117 -
CMYK 0 0.12 0.02 0.53
HSL 308.57º 0.06% 0.44% -
HSV(B) 308.57º 0.12% 0.47% -
XYZ 15.87 15.31 18.95 -
YUV 110.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 119 105 117 0 0.12 0.02 0.53 308.57 0.06 0.44
Hex 77 69 75 0 C 2 35 135 6 2C
Octal 167 151 165 0 14 2 65 465 6 54
Binary 1110111 1101001 1110101 0 1100 10 110101 100110101 110 101100

Color Harmonies of #776975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776975

Black with #776975

Text Example


Text Example

White with #776975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776975; }

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

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

background-color css

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

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

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

border-color css

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

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

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