Html Css Color HEX #795975 Old Lavender

📋 copy color: '#795975'

red 121 ◦ green 89 ◦ blue 117

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

Shades of Old Lavender #795975

Tints of Old Lavender #795975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.22%

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

R = 37%
G = 27.22%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#795975 (or 0x795975) is known color: Old Lavender. HEX triplet: 79, 59 and 75. RGB value is (121,89,117). Sum of RGB (Red+Green+Blue) = 121+89+117=327 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.00% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 121 - color contains mainly: red. Hex color #795975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795975 is #86A68A. Grayscale: #656565. Windows color (decimal): -8824459 or 7690617. OLE color: 7690617.

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

Color convert

RGB 121 89 117 -
CMYK 0 0.26 0.03 0.53
HSL 307.5º 0.15% 0.41% -
HSV(B) 307.5º 0.26% 0.47% -
XYZ 14.67 12.49 18.47 -
YUV 101.76 136.6 141.72 -
System Red Green Blue C M Y K H S L
Decimal 121 89 117 0 0.26 0.03 0.53 307.5 0.15 0.41
Hex 79 59 75 0 1A 3 35 134 F 29
Octal 171 131 165 0 32 3 65 464 17 51
Binary 1111001 1011001 1110101 0 11010 11 110101 100110100 1111 101001

Color Harmonies of #795975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795975

Black with #795975

Text Example


Text Example

White with #795975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795975; }

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

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

background-color css

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

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

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

border-color css

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

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

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