Html Css Color HEX #795672 Old Lavender

📋 copy color: '#795672'

red 121 ◦ green 86 ◦ blue 114

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

Shades of Old Lavender #795672

Tints of Old Lavender #795672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.51%

R = 37.69%
G = 26.79%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#795672 (or 0x795672) is known color: Old Lavender. HEX triplet: 79, 56 and 72. RGB value is (121,86,114). Sum of RGB (Red+Green+Blue) = 121+86+114=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 121 - color contains mainly: red. Hex color #795672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795672 is #86A98D. Grayscale: #636363. Windows color (decimal): -8825230 or 7493241. OLE color: 7493241.

HSL color Cylindrical-coordinate representation of color #795672: hue angle of 312º 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 #795672 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 86 114 -
CMYK 0 0.29 0.06 0.53
HSL 312º 0.17% 0.41% -
HSV(B) 312º 0.29% 0.47% -
XYZ 14.25 11.94 17.47 -
YUV 99.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 121 86 114 0 0.29 0.06 0.53 312 0.17 0.41
Hex 79 56 72 0 1D 6 35 138 11 29
Octal 171 126 162 0 35 6 65 470 21 51
Binary 1111001 1010110 1110010 0 11101 110 110101 100111000 10001 101001

Color Harmonies of #795672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795672

Black with #795672

Text Example


Text Example

White with #795672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795672; }

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

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

background-color css

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

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

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

border-color css

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

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

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