Html Css Color HEX #79687B Old Lavender

📋 copy color: '#79687B'

red 121 ◦ green 104 ◦ blue 123

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

Shades of Old Lavender #79687B

Tints of Old Lavender #79687B

RGB

 RED value IS 121 (47.66% from 255) = 34.77%

 GREEN value IS 104 (41.02% from 255) = 29.89%

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

R = 34.77%
G = 29.89%
B = 35.34%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#79687B (or 0x79687B) is known color: Old Lavender. HEX triplet: 79, 68 and 7B. RGB value is (121,104,123). Sum of RGB (Red+Green+Blue) = 121+104+123=348 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.77% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 123 - color contains mainly: blue. Hex color #79687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79687B is #869784. Grayscale: #6F6F6F. Windows color (decimal): -8820613 or 8087673. OLE color: 8087673.

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

Color convert

RGB 121 104 123 -
CMYK 0.02 0.15 0 0.52
HSL 293.68º 0.08% 0.45% -
HSV(B) 293.68º 0.15% 0.48% -
XYZ 16.41 15.4 20.85 -
YUV 111.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 121 104 123 0.02 0.15 0 0.52 293.68 0.08 0.45
Hex 79 68 7B 2 F 0 34 126 8 2D
Octal 171 150 173 2 17 0 64 446 10 55
Binary 1111001 1101000 1111011 10 1111 0 110100 100100110 1000 101101

Color Harmonies of #79687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79687B

Black with #79687B

Text Example


Text Example

White with #79687B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79687B; }

 p { color: rgb(121,104,123); }

 H1.HeaderClassName
 {
   color: #79687B;
 }
 .AnyTagClassName
 {
   color: #79687B;
 }
</style>

background-color css

<style>
 a { background-color: #79687B; }

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

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

border-color css

<style>
 span { border-color: #79687B; }

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

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