#7B657A

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

Shades of Old Lavender #7B657A

Tints of Old Lavender #7B657A

Color information

#7B657A (or 0x7B657A) is unknown color: approx Old Lavender. HEX triplet: 7B, 65 and 7A. RGB value is (123,101,122). Sum of RGB (Red+Green+Blue) = 123+101+122=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 123 - color contains mainly: red. Hex color #7B657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B657A is #849A85. Grayscale: #6D6D6D. Windows color (decimal): -8690310 or 8021371. OLE color: 8021371.

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

Color convert

RGB123101122-
CMYK00.180.010.52
HSL302.73º9.82%43.92%-
HSV(B)302.73º17.89%48.24%-
XYZ16.3314.9220.43-
YUV109.97134.79137.29-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.55%
GREEN value IS 101 (39.84% from 255) = 29.19%
BLUE value IS 122 (48.05% from 255) = 35.26%
R=35.55%
G=29.19%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12310112200.180.010.52302.739.8243.92
Hex7B657A01213412fa2c
Octal1731451720221644571254
Binary11110111100101111101001001011101001001011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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