Html Css Color HEX #776175 Old Lavender

📋 copy color: '#776175'

red 119 ◦ green 97 ◦ blue 117

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

Shades of Old Lavender #776175

Tints of Old Lavender #776175

RGB

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

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

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

R = 35.74%
G = 29.13%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#776175 (or 0x776175) is known color: Old Lavender. HEX triplet: 77, 61 and 75. RGB value is (119,97,117). Sum of RGB (Red+Green+Blue) = 119+97+117=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 119 - color contains mainly: red. Hex color #776175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776175 is #889E8A. Grayscale: #696969. Windows color (decimal): -8953483 or 7692663. OLE color: 7692663.

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

Color convert

RGB 119 97 117 -
CMYK 0 0.18 0.02 0.53
HSL 305.45º 0.1% 0.42% -
HSV(B) 305.45º 0.18% 0.47% -
XYZ 15.09 13.76 18.69 -
YUV 105.86 134.29 137.37 -
System Red Green Blue C M Y K H S L
Decimal 119 97 117 0 0.18 0.02 0.53 305.45 0.1 0.42
Hex 77 61 75 0 12 2 35 131 A 2A
Octal 167 141 165 0 22 2 65 461 12 52
Binary 1110111 1100001 1110101 0 10010 10 110101 100110001 1010 101010

Color Harmonies of #776175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776175

Black with #776175

Text Example


Text Example

White with #776175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776175; }

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

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

background-color css

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

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

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

border-color css

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

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

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