Html Css Color HEX #795F84 Affair

📋 copy color: '#795F84'

red 121 ◦ green 95 ◦ blue 132

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

Shades of Affair #795F84

Tints of Affair #795F84

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.3%

 BLUE value IS 132 (51.95% from 255) = 37.93%

R = 34.77%
G = 27.3%
B = 37.93%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#795F84 (or 0x795F84) is known color: Affair. HEX triplet: 79, 5F and 84. RGB value is (121,95,132). Sum of RGB (Red+Green+Blue) = 121+95+132=348 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.77% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 132 - color contains mainly: blue. Hex color #795F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795F84 is #86A07B. Grayscale: #6A6A6A. Windows color (decimal): -8822908 or 8675193. OLE color: 8675193.

HSL color Cylindrical-coordinate representation of color #795F84: hue angle of 282.16º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #795F84 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 121 95 132 -
CMYK 0.08 0.28 0 0.48
HSL 282.16º 0.16% 0.45% -
HSV(B) 282.16º 0.28% 0.52% -
XYZ 16.14 13.92 23.66 -
YUV 106.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 121 95 132 0.08 0.28 0 0.48 282.16 0.16 0.45
Hex 79 5F 84 8 1C 0 30 11A 10 2D
Octal 171 137 204 10 34 0 60 432 20 55
Binary 1111001 1011111 10000100 1000 11100 0 110000 100011010 10000 101101

Color Harmonies of #795F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795F84

Black with #795F84

Text Example


Text Example

White with #795F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,95,132); }

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

background-color css

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

 a { background-color: rgb(121,95,132); }

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

border-color css

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

 span { border-color: rgb(121,95,132); }

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