Html Css Color HEX #795F83 Affair

📋 copy color: '#795F83'

red 121 ◦ green 95 ◦ blue 131

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

Shades of Affair #795F83

Tints of Affair #795F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.75%

R = 34.87%
G = 27.38%
B = 37.75%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#795F83 (or 0x795F83) is known color: Affair. HEX triplet: 79, 5F and 83. RGB value is (121,95,131). Sum of RGB (Red+Green+Blue) = 121+95+131=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 131 - color contains mainly: blue. Hex color #795F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795F83 is #86A07C. Grayscale: #6A6A6A. Windows color (decimal): -8822909 or 8609657. OLE color: 8609657.

HSL color Cylindrical-coordinate representation of color #795F83: hue angle of 283.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #795F83 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 121 95 131 -
CMYK 0.08 0.27 0 0.49
HSL 283.33º 0.16% 0.44% -
HSV(B) 283.33º 0.27% 0.51% -
XYZ 16.07 13.89 23.31 -
YUV 106.88 141.61 138.07 -
System Red Green Blue C M Y K H S L
Decimal 121 95 131 0.08 0.27 0 0.49 283.33 0.16 0.44
Hex 79 5F 83 8 1B 0 31 11B 10 2C
Octal 171 137 203 10 33 0 61 433 20 54
Binary 1111001 1011111 10000011 1000 11011 0 110001 100011011 10000 101100

Color Harmonies of #795F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795F83

Black with #795F83

Text Example


Text Example

White with #795F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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