Html Css Color HEX #776573 Old Lavender

📋 copy color: '#776573'

red 119 ◦ green 101 ◦ blue 115

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

Shades of Old Lavender #776573

Tints of Old Lavender #776573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.15%

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

R = 35.52%
G = 30.15%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#776573 (or 0x776573) is known color: Old Lavender. HEX triplet: 77, 65 and 73. RGB value is (119,101,115). Sum of RGB (Red+Green+Blue) = 119+101+115=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 119 - color contains mainly: red. Hex color #776573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776573 is #889A8C. Grayscale: #6B6B6B. Windows color (decimal): -8952461 or 7562615. OLE color: 7562615.

HSL color Cylindrical-coordinate representation of color #776573: hue angle of 313.33º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #776573 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 101 115 -
CMYK 0 0.15 0.03 0.53
HSL 313.33º 0.08% 0.43% -
HSV(B) 313.33º 0.15% 0.47% -
XYZ 15.36 14.47 18.2 -
YUV 107.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 119 101 115 0 0.15 0.03 0.53 313.33 0.08 0.43
Hex 77 65 73 0 F 3 35 139 8 2B
Octal 167 145 163 0 17 3 65 471 10 53
Binary 1110111 1100101 1110011 0 1111 11 110101 100111001 1000 101011

Color Harmonies of #776573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776573

Black with #776573

Text Example


Text Example

White with #776573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776573; }

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

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

background-color css

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

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

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

border-color css

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

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

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