Html Css Color HEX #796675 Old Lavender

📋 copy color: '#796675'

red 121 ◦ green 102 ◦ blue 117

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

Shades of Old Lavender #796675

Tints of Old Lavender #796675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30%

 BLUE value IS 117 (46.09% from 255) = 34.41%

R = 35.59%
G = 30%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#796675 (or 0x796675) is known color: Old Lavender. HEX triplet: 79, 66 and 75. RGB value is (121,102,117). Sum of RGB (Red+Green+Blue) = 121+102+117=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 121 - color contains mainly: red. Hex color #796675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796675 is #86998A. Grayscale: #6D6D6D. Windows color (decimal): -8821131 or 7693945. OLE color: 7693945.

HSL color Cylindrical-coordinate representation of color #796675: hue angle of 312.63º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #796675 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 102 117 -
CMYK 0 0.16 0.03 0.53
HSL 312.63º 0.09% 0.44% -
HSV(B) 312.63º 0.16% 0.47% -
XYZ 15.85 14.85 18.86 -
YUV 109.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 121 102 117 0 0.16 0.03 0.53 312.63 0.09 0.44
Hex 79 66 75 0 10 3 35 139 9 2C
Octal 171 146 165 0 20 3 65 471 11 54
Binary 1111001 1100110 1110101 0 10000 11 110101 100111001 1001 101100

Color Harmonies of #796675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796675

Black with #796675

Text Example


Text Example

White with #796675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796675; }

 p { color: rgb(121,102,117); }

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

background-color css

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

 a { background-color: rgb(121,102,117); }

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

border-color css

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

 span { border-color: rgb(121,102,117); }

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