Html Css Color HEX #776475 Old Lavender

📋 copy color: '#776475'

red 119 ◦ green 100 ◦ blue 117

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

Shades of Old Lavender #776475

Tints of Old Lavender #776475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.76%

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

R = 35.42%
G = 29.76%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#776475 (or 0x776475) is known color: Old Lavender. HEX triplet: 77, 64 and 75. RGB value is (119,100,117). Sum of RGB (Red+Green+Blue) = 119+100+117=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 119 - color contains mainly: red. Hex color #776475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776475 is #889B8A. Grayscale: #6B6B6B. Windows color (decimal): -8952715 or 7693431. OLE color: 7693431.

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

Color convert

RGB 119 100 117 -
CMYK 0 0.16 0.02 0.53
HSL 306.32º 0.09% 0.43% -
HSV(B) 306.32º 0.16% 0.47% -
XYZ 15.38 14.32 18.78 -
YUV 107.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 119 100 117 0 0.16 0.02 0.53 306.32 0.09 0.43
Hex 77 64 75 0 10 2 35 132 9 2B
Octal 167 144 165 0 20 2 65 462 11 53
Binary 1110111 1100100 1110101 0 10000 10 110101 100110010 1001 101011

Color Harmonies of #776475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776475

Black with #776475

Text Example


Text Example

White with #776475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776475; }

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

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

background-color css

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

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

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

border-color css

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

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

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