Html Css Color HEX #7B6677 Old Lavender

📋 copy color: '#7B6677'

red 123 ◦ green 102 ◦ blue 119

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

Shades of Old Lavender #7B6677

Tints of Old Lavender #7B6677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.59%

R = 35.76%
G = 29.65%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#7B6677 (or 0x7B6677) is known color: Old Lavender. HEX triplet: 7B, 66 and 77. RGB value is (123,102,119). Sum of RGB (Red+Green+Blue) = 123+102+119=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6677 is #849988. Grayscale: #6E6E6E. Windows color (decimal): -8690057 or 7825019. OLE color: 7825019.

HSL color Cylindrical-coordinate representation of color #7B6677: hue angle of 311.43º 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 #7B6677 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 102 119 -
CMYK 0 0.17 0.03 0.52
HSL 311.43º 0.09% 0.44% -
HSV(B) 311.43º 0.17% 0.48% -
XYZ 16.25 15.05 19.5 -
YUV 110.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 123 102 119 0 0.17 0.03 0.52 311.43 0.09 0.44
Hex 7B 66 77 0 11 3 34 137 9 2C
Octal 173 146 167 0 21 3 64 467 11 54
Binary 1111011 1100110 1110111 0 10001 11 110100 100110111 1001 101100

Color Harmonies of #7B6677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6677

Black with #7B6677

Text Example


Text Example

White with #7B6677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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