Html Css Color HEX #7B6676 Old Lavender

📋 copy color: '#7B6676'

red 123 ◦ green 102 ◦ blue 118

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

Shades of Old Lavender #7B6676

Tints of Old Lavender #7B6676

RGB

 RED value IS 123 (48.44% from 255) = 35.86%

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

 BLUE value IS 118 (46.48% from 255) = 34.4%

R = 35.86%
G = 29.74%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#7B6676 (or 0x7B6676) is known color: Old Lavender. HEX triplet: 7B, 66 and 76. RGB value is (123,102,118). Sum of RGB (Red+Green+Blue) = 123+102+118=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6676 is #849989. Grayscale: #6E6E6E. Windows color (decimal): -8690058 or 7759483. OLE color: 7759483.

HSL color Cylindrical-coordinate representation of color #7B6676: hue angle of 314.29º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B6676 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 102 118 -
CMYK 0 0.17 0.04 0.52
HSL 314.29º 0.09% 0.44% -
HSV(B) 314.29º 0.17% 0.48% -
XYZ 16.19 15.02 19.19 -
YUV 110.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 123 102 118 0 0.17 0.04 0.52 314.29 0.09 0.44
Hex 7B 66 76 0 11 4 34 13A 9 2C
Octal 173 146 166 0 21 4 64 472 11 54
Binary 1111011 1100110 1110110 0 10001 100 110100 100111010 1001 101100

Color Harmonies of #7B6676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6676

Black with #7B6676

Text Example


Text Example

White with #7B6676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B6676; }

 p { color: rgb(123,102,118); }

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

background-color css

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

 a { background-color: rgb(123,102,118); }

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

border-color css

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

 span { border-color: rgb(123,102,118); }

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