Html Css Color HEX #796775 Old Lavender

📋 copy color: '#796775'

red 121 ◦ green 103 ◦ blue 117

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

Shades of Old Lavender #796775

Tints of Old Lavender #796775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.21%

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

R = 35.48%
G = 30.21%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#796775 (or 0x796775) is known color: Old Lavender. HEX triplet: 79, 67 and 75. RGB value is (121,103,117). Sum of RGB (Red+Green+Blue) = 121+103+117=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 121 - color contains mainly: red. Hex color #796775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796775 is #86988A. Grayscale: #6D6D6D. Windows color (decimal): -8820875 or 7694201. OLE color: 7694201.

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

Color convert

RGB 121 103 117 -
CMYK 0 0.15 0.03 0.53
HSL 313.33º 0.08% 0.44% -
HSV(B) 313.33º 0.15% 0.47% -
XYZ 15.95 15.05 18.89 -
YUV 109.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 121 103 117 0 0.15 0.03 0.53 313.33 0.08 0.44
Hex 79 67 75 0 F 3 35 139 8 2C
Octal 171 147 165 0 17 3 65 471 10 54
Binary 1111001 1100111 1110101 0 1111 11 110101 100111001 1000 101100

Color Harmonies of #796775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796775

Black with #796775

Text Example


Text Example

White with #796775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796775; }

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

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

background-color css

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

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

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

border-color css

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

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

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