Html Css Color HEX #776172 Old Lavender

📋 copy color: '#776172'

red 119 ◦ green 97 ◦ blue 114

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

Shades of Old Lavender #776172

Tints of Old Lavender #776172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.39%

 BLUE value IS 114 (44.92% from 255) = 34.55%

R = 36.06%
G = 29.39%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#776172 (or 0x776172) is known color: Old Lavender. HEX triplet: 77, 61 and 72. RGB value is (119,97,114). Sum of RGB (Red+Green+Blue) = 119+97+114=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 119 - color contains mainly: red. Hex color #776172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776172 is #889E8D. Grayscale: #696969. Windows color (decimal): -8953486 or 7496055. OLE color: 7496055.

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

Color convert

RGB 119 97 114 -
CMYK 0 0.18 0.04 0.53
HSL 313.64º 0.1% 0.42% -
HSV(B) 313.64º 0.18% 0.47% -
XYZ 14.92 13.69 17.77 -
YUV 105.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 119 97 114 0 0.18 0.04 0.53 313.64 0.1 0.42
Hex 77 61 72 0 12 4 35 13A A 2A
Octal 167 141 162 0 22 4 65 472 12 52
Binary 1110111 1100001 1110010 0 10010 100 110101 100111010 1010 101010

Color Harmonies of #776172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776172

Black with #776172

Text Example


Text Example

White with #776172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776172; }

 p { color: rgb(119,97,114); }

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

background-color css

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

 a { background-color: rgb(119,97,114); }

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

border-color css

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

 span { border-color: rgb(119,97,114); }

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