Html Css Color HEX #796089 Affair

📋 copy color: '#796089'

red 121 ◦ green 96 ◦ blue 137

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

Shades of Affair #796089

Tints of Affair #796089

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.12%

 BLUE value IS 137 (53.91% from 255) = 38.7%

R = 34.18%
G = 27.12%
B = 38.7%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#796089 (or 0x796089) is known color: Affair. HEX triplet: 79, 60 and 89. RGB value is (121,96,137). Sum of RGB (Red+Green+Blue) = 121+96+137=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 137 - color contains mainly: blue. Hex color #796089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796089 is #869F76. Grayscale: #6C6C6C. Windows color (decimal): -8822647 or 9003129. OLE color: 9003129.

HSL color Cylindrical-coordinate representation of color #796089: hue angle of 276.59º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #796089 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 121 96 137 -
CMYK 0.12 0.30 0 0.46
HSL 276.59º 0.18% 0.46% -
HSV(B) 276.59º 0.3% 0.54% -
XYZ 16.58 14.24 25.54 -
YUV 108.15 144.28 137.17 -
System Red Green Blue C M Y K H S L
Decimal 121 96 137 0.12 0.30 0 0.46 276.59 0.18 0.46
Hex 79 60 89 C 1E 0 2E 115 12 2E
Octal 171 140 211 14 36 0 56 425 22 56
Binary 1111001 1100000 10001001 1100 11110 0 101110 100010101 10010 101110

Color Harmonies of #796089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796089

Black with #796089

Text Example


Text Example

White with #796089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796089; }

 p { color: rgb(121,96,137); }

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

background-color css

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

 a { background-color: rgb(121,96,137); }

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

border-color css

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

 span { border-color: rgb(121,96,137); }

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