Html Css Color HEX #7B767B Old Lavender

📋 copy color: '#7B767B'

red 123 ◦ green 118 ◦ blue 123

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

Shades of Old Lavender #7B767B

Tints of Old Lavender #7B767B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.42%

 BLUE value IS 123 (48.44% from 255) = 33.79%

R = 33.79%
G = 32.42%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#7B767B (or 0x7B767B) is known color: Old Lavender. HEX triplet: 7B, 76 and 7B. RGB value is (123,118,123). Sum of RGB (Red+Green+Blue) = 123+118+123=364 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.79% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 123 - color contains mainly: red, blue. Hex color #7B767B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B767B is #848984. Grayscale: #787878. Windows color (decimal): -8685957 or 8091259. OLE color: 8091259.

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

Color convert

RGB 123 118 123 -
CMYK 0 0.04 0 0.52
HSL 300º 0.02% 0.47% -
HSV(B) 300º 0.04% 0.48% -
XYZ 18.22 18.6 21.37 -
YUV 120.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 123 118 123 0 0.04 0 0.52 300 0.02 0.47
Hex 7B 76 7B 0 4 0 34 12C 2 2F
Octal 173 166 173 0 4 0 64 454 2 57
Binary 1111011 1110110 1111011 0 100 0 110100 100101100 10 101111

Color Harmonies of #7B767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B767B

Black with #7B767B

Text Example


Text Example

White with #7B767B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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