Html Css Color HEX #795673 Old Lavender

📋 copy color: '#795673'

red 121 ◦ green 86 ◦ blue 115

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

Shades of Old Lavender #795673

Tints of Old Lavender #795673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.71%

 BLUE value IS 115 (45.31% from 255) = 35.71%

R = 37.58%
G = 26.71%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#795673 (or 0x795673) is known color: Old Lavender. HEX triplet: 79, 56 and 73. RGB value is (121,86,115). Sum of RGB (Red+Green+Blue) = 121+86+115=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 121 - color contains mainly: red. Hex color #795673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795673 is #86A98C. Grayscale: #636363. Windows color (decimal): -8825229 or 7558777. OLE color: 7558777.

HSL color Cylindrical-coordinate representation of color #795673: hue angle of 310.29º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #795673 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 86 115 -
CMYK 0 0.29 0.05 0.53
HSL 310.29º 0.17% 0.41% -
HSV(B) 310.29º 0.29% 0.47% -
XYZ 14.31 11.96 17.77 -
YUV 99.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 121 86 115 0 0.29 0.05 0.53 310.29 0.17 0.41
Hex 79 56 73 0 1D 5 35 136 11 29
Octal 171 126 163 0 35 5 65 466 21 51
Binary 1111001 1010110 1110011 0 11101 101 110101 100110110 10001 101001

Color Harmonies of #795673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795673

Black with #795673

Text Example


Text Example

White with #795673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795673; }

 p { color: rgb(121,86,115); }

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

background-color css

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

 a { background-color: rgb(121,86,115); }

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

border-color css

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

 span { border-color: rgb(121,86,115); }

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