Html Css Color HEX #7B697A Old Lavender

📋 copy color: '#7B697A'

red 123 ◦ green 105 ◦ blue 122

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

Shades of Old Lavender #7B697A

Tints of Old Lavender #7B697A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30%

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

R = 35.14%
G = 30%
B = 34.86%

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

#7B697A (or 0x7B697A) is known color: Old Lavender. HEX triplet: 7B, 69 and 7A. RGB value is (123,105,122). Sum of RGB (Red+Green+Blue) = 123+105+122=350 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.14% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 123 - color contains mainly: red. Hex color #7B697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B697A is #849685. Grayscale: #707070. Windows color (decimal): -8689286 or 8022395. OLE color: 8022395.

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

Color convert

RGB 123 105 122 -
CMYK 0 0.15 0.01 0.52
HSL 303.33º 0.08% 0.45% -
HSV(B) 303.33º 0.15% 0.48% -
XYZ 16.73 15.72 20.56 -
YUV 112.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 123 105 122 0 0.15 0.01 0.52 303.33 0.08 0.45
Hex 7B 69 7A 0 F 1 34 12F 8 2D
Octal 173 151 172 0 17 1 64 457 10 55
Binary 1111011 1101001 1111010 0 1111 1 110100 100101111 1000 101101

Color Harmonies of #7B697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B697A

Black with #7B697A

Text Example


Text Example

White with #7B697A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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