Html Css Color HEX #776575 Old Lavender

📋 copy color: '#776575'

red 119 ◦ green 101 ◦ blue 117

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

Shades of Old Lavender #776575

Tints of Old Lavender #776575

RGB

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

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

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

R = 35.31%
G = 29.97%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#776575 (or 0x776575) is known color: Old Lavender. HEX triplet: 77, 65 and 75. RGB value is (119,101,117). Sum of RGB (Red+Green+Blue) = 119+101+117=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 119 - color contains mainly: red. Hex color #776575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776575 is #889A8A. Grayscale: #6C6C6C. Windows color (decimal): -8952459 or 7693687. OLE color: 7693687.

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

Color convert

RGB 119 101 117 -
CMYK 0 0.15 0.02 0.53
HSL 306.67º 0.08% 0.43% -
HSV(B) 306.67º 0.15% 0.47% -
XYZ 15.47 14.51 18.82 -
YUV 108.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 119 101 117 0 0.15 0.02 0.53 306.67 0.08 0.43
Hex 77 65 75 0 F 2 35 133 8 2B
Octal 167 145 165 0 17 2 65 463 10 53
Binary 1110111 1100101 1110101 0 1111 10 110101 100110011 1000 101011

Color Harmonies of #776575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776575

Black with #776575

Text Example


Text Example

White with #776575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776575; }

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

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

background-color css

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

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

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

border-color css

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

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

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