Html Css Color HEX #7B657A Old Lavender

📋 copy color: '#7B657A'

red 123 ◦ green 101 ◦ blue 122

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

Shades of Old Lavender #7B657A

Tints of Old Lavender #7B657A

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 value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#7B657A (or 0x7B657A) is known color: 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

RGB 123 101 122 -
CMYK 0 0.18 0.01 0.52
HSL 302.73º 0.1% 0.44% -
HSV(B) 302.73º 0.18% 0.48% -
XYZ 16.33 14.92 20.43 -
YUV 109.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 123 101 122 0 0.18 0.01 0.52 302.73 0.1 0.44
Hex 7B 65 7A 0 12 1 34 12F A 2C
Octal 173 145 172 0 22 1 64 457 12 54
Binary 1111011 1100101 1111010 0 10010 1 110100 100101111 1010 101100

Color Harmonies of #7B657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B657A

Black with #7B657A

Text Example


Text Example

White with #7B657A

Text Example


Text Example

HTML Codes & Css Web 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>