Html Css Color HEX #776073 Old Lavender

📋 copy color: '#776073'

red 119 ◦ green 96 ◦ blue 115

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

Shades of Old Lavender #776073

Tints of Old Lavender #776073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.85%

R = 36.06%
G = 29.09%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#776073 (or 0x776073) is known color: Old Lavender. HEX triplet: 77, 60 and 73. RGB value is (119,96,115). Sum of RGB (Red+Green+Blue) = 119+96+115=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 119 - color contains mainly: red. Hex color #776073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776073 is #889F8C. Grayscale: #686868. Windows color (decimal): -8953741 or 7561335. OLE color: 7561335.

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

Color convert

RGB 119 96 115 -
CMYK 0 0.19 0.03 0.53
HSL 310.43º 0.11% 0.42% -
HSV(B) 310.43º 0.19% 0.47% -
XYZ 14.89 13.53 18.05 -
YUV 105.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 119 96 115 0 0.19 0.03 0.53 310.43 0.11 0.42
Hex 77 60 73 0 13 3 35 136 B 2A
Octal 167 140 163 0 23 3 65 466 13 52
Binary 1110111 1100000 1110011 0 10011 11 110101 100110110 1011 101010

Color Harmonies of #776073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776073

Black with #776073

Text Example


Text Example

White with #776073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776073; }

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

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

background-color css

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

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

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

border-color css

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

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

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