Html Css Color HEX #776675 Old Lavender

📋 copy color: '#776675'

red 119 ◦ green 102 ◦ blue 117

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

Shades of Old Lavender #776675

Tints of Old Lavender #776675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.18%

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

R = 35.21%
G = 30.18%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#776675 (or 0x776675) is known color: Old Lavender. HEX triplet: 77, 66 and 75. RGB value is (119,102,117). Sum of RGB (Red+Green+Blue) = 119+102+117=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 119 - color contains mainly: red. Hex color #776675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776675 is #88998A. Grayscale: #6C6C6C. Windows color (decimal): -8952203 or 7693943. OLE color: 7693943.

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

Color convert

RGB 119 102 117 -
CMYK 0 0.14 0.02 0.53
HSL 307.06º 0.08% 0.43% -
HSV(B) 307.06º 0.14% 0.47% -
XYZ 15.57 14.71 18.85 -
YUV 108.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 119 102 117 0 0.14 0.02 0.53 307.06 0.08 0.43
Hex 77 66 75 0 E 2 35 133 8 2B
Octal 167 146 165 0 16 2 65 463 10 53
Binary 1110111 1100110 1110101 0 1110 10 110101 100110011 1000 101011

Color Harmonies of #776675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776675

Black with #776675

Text Example


Text Example

White with #776675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776675; }

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

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

background-color css

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

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

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

border-color css

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

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

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