Html Css Color HEX #795E74 Old Lavender

📋 copy color: '#795E74'

red 121 ◦ green 94 ◦ blue 116

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

Shades of Old Lavender #795E74

Tints of Old Lavender #795E74

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.4%

 BLUE value IS 116 (45.7% from 255) = 35.05%

R = 36.56%
G = 28.4%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#795E74 (or 0x795E74) is known color: Old Lavender. HEX triplet: 79, 5E and 74. RGB value is (121,94,116). Sum of RGB (Red+Green+Blue) = 121+94+116=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 121 - color contains mainly: red. Hex color #795E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795E74 is #86A18B. Grayscale: #686868. Windows color (decimal): -8823180 or 7626361. OLE color: 7626361.

HSL color Cylindrical-coordinate representation of color #795E74: hue angle of 311.11º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #795E74 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 94 116 -
CMYK 0 0.22 0.04 0.53
HSL 311.11º 0.13% 0.42% -
HSV(B) 311.11º 0.22% 0.47% -
XYZ 15.04 13.33 18.3 -
YUV 104.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 121 94 116 0 0.22 0.04 0.53 311.11 0.13 0.42
Hex 79 5E 74 0 16 4 35 137 D 2A
Octal 171 136 164 0 26 4 65 467 15 52
Binary 1111001 1011110 1110100 0 10110 100 110101 100110111 1101 101010

Color Harmonies of #795E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795E74

Black with #795E74

Text Example


Text Example

White with #795E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795E74; }

 p { color: rgb(121,94,116); }

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

background-color css

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

 a { background-color: rgb(121,94,116); }

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

border-color css

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

 span { border-color: rgb(121,94,116); }

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