Html Css Color HEX #7B747C Old Lavender

📋 copy color: '#7B747C'

red 123 ◦ green 116 ◦ blue 124

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

Shades of Old Lavender #7B747C

Tints of Old Lavender #7B747C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.96%

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 33.88%
G = 31.96%
B = 34.16%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7B747C (or 0x7B747C) is known color: Old Lavender. HEX triplet: 7B, 74 and 7C. RGB value is (123,116,124). Sum of RGB (Red+Green+Blue) = 123+116+124=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 124 - color contains mainly: blue. Hex color #7B747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B747C is #848B83. Grayscale: #767676. Windows color (decimal): -8686468 or 8156283. OLE color: 8156283.

HSL color Cylindrical-coordinate representation of color #7B747C: hue angle of 292.5º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7B747C is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 123 116 124 -
CMYK 0.01 0.06 0 0.51
HSL 292.5º 0.03% 0.47% -
HSV(B) 292.5º 0.06% 0.49% -
XYZ 18.05 18.16 21.62 -
YUV 119.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 123 116 124 0.01 0.06 0 0.51 292.5 0.03 0.47
Hex 7B 74 7C 1 6 0 33 124 3 2F
Octal 173 164 174 1 6 0 63 444 3 57
Binary 1111011 1110100 1111100 1 110 0 110011 100100100 11 101111

Color Harmonies of #7B747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B747C

Black with #7B747C

Text Example


Text Example

White with #7B747C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,116,124); }

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

background-color css

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

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

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

border-color css

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

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

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