Html Css Color HEX #7B687A Old Lavender

📋 copy color: '#7B687A'

red 123 ◦ green 104 ◦ blue 122

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

Shades of Old Lavender #7B687A

Tints of Old Lavender #7B687A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.8%

 BLUE value IS 122 (48.05% from 255) = 34.96%

R = 35.24%
G = 29.8%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#7B687A (or 0x7B687A) is known color: Old Lavender. HEX triplet: 7B, 68 and 7A. RGB value is (123,104,122). Sum of RGB (Red+Green+Blue) = 123+104+122=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 123 - color contains mainly: red. Hex color #7B687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B687A is #849785. Grayscale: #6F6F6F. Windows color (decimal): -8689542 or 8022139. OLE color: 8022139.

HSL color Cylindrical-coordinate representation of color #7B687A: hue angle of 303.16º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7B687A is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 104 122 -
CMYK 0 0.15 0.01 0.52
HSL 303.16º 0.08% 0.45% -
HSV(B) 303.16º 0.15% 0.48% -
XYZ 16.63 15.52 20.53 -
YUV 111.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 123 104 122 0 0.15 0.01 0.52 303.16 0.08 0.45
Hex 7B 68 7A 0 F 1 34 12F 8 2D
Octal 173 150 172 0 17 1 64 457 10 55
Binary 1111011 1101000 1111010 0 1111 1 110100 100101111 1000 101101

Color Harmonies of #7B687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B687A

Black with #7B687A

Text Example


Text Example

White with #7B687A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,104,122); }

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

background-color css

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

 a { background-color: rgb(123,104,122); }

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

border-color css

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

 span { border-color: rgb(123,104,122); }

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