Html Css Color HEX #776072 Old Lavender

📋 copy color: '#776072'

red 119 ◦ green 96 ◦ blue 114

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

Shades of Old Lavender #776072

Tints of Old Lavender #776072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.18%

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

R = 36.17%
G = 29.18%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#776072 (or 0x776072) is known color: Old Lavender. HEX triplet: 77, 60 and 72. RGB value is (119,96,114). Sum of RGB (Red+Green+Blue) = 119+96+114=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #776072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776072 is #889F8D. Grayscale: #686868. Windows color (decimal): -8953742 or 7495799. OLE color: 7495799.

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

Color convert

RGB 119 96 114 -
CMYK 0 0.19 0.04 0.53
HSL 313.04º 0.11% 0.42% -
HSV(B) 313.04º 0.19% 0.47% -
XYZ 14.83 13.5 17.74 -
YUV 104.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 119 96 114 0 0.19 0.04 0.53 313.04 0.11 0.42
Hex 77 60 72 0 13 4 35 139 B 2A
Octal 167 140 162 0 23 4 65 471 13 52
Binary 1110111 1100000 1110010 0 10011 100 110101 100111001 1011 101010

Color Harmonies of #776072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776072

Black with #776072

Text Example


Text Example

White with #776072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776072; }

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

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

background-color css

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

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

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

border-color css

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

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

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