#7B707B

Color #7B707B Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #7B707B

Tints of Old Lavender #7B707B

Color information

#7B707B (or 0x7B707B) is unknown color: approx Old Lavender. HEX triplet: 7B, 70 and 7B. RGB value is (123,112,123). Sum of RGB (Red+Green+Blue) = 123+112+123=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 123 - color contains mainly: red, blue. Hex color #7B707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B707B is #848F84. Grayscale: #747474. Windows color (decimal): -8687493 or 8089723. OLE color: 8089723.

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

Color convert

RGB123112123-
CMYK00.0900.52
HSL300º4.68%46.08%-
HSV(B)300º8.94%48.24%-
XYZ17.5417.2321.14-
YUV116.54131.64132.61-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.36%
GREEN value IS 112 (44.14% from 255) = 31.28%
BLUE value IS 123 (48.44% from 255) = 34.36%
R=34.36%
G=31.28%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12311212300.0900.523004.6846.08
Hex7B707B0903412c52e
Octal173160173011064454556
Binary111101111100001111011010010110100100101100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,112,123); }

 H1.HeaderClassName
 {
   color: #7B707B;
 }
 .AnyTagClassName
 {
   color: #7B707B;
 }
</style>
background-color css

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

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

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

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

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

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