#795C85

Color #795C85 Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #795C85

Tints of Affair #795C85

Color information

#795C85 (or 0x795C85) is unknown color: approx Affair. HEX triplet: 79, 5C and 85. RGB value is (121,92,133). Sum of RGB (Red+Green+Blue) = 121+92+133=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #795C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795C85 is #86A37A. Grayscale: #696969. Windows color (decimal): -8823675 or 8739961. OLE color: 8739961.

HSL color Cylindrical-coordinate representation of color #795C85: hue angle of 282.44º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #795C85 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12192133-
CMYK0.090.3100.48
HSL282.44º18.22%44.12%-
HSV(B)282.44º30.83%52.16%-
XYZ15.9513.4123.94-
YUV105.34143.61139.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.97%
GREEN value IS 92 (36.33% from 255) = 26.59%
BLUE value IS 133 (52.34% from 255) = 38.44%
R=34.97%
G=26.59%
B=38.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal121921330.090.3100.48282.4418.2244.12
Hex795C8591F03011a122c
Octal17113420511370604322254
Binary1111001101110010000101100111111011000010001101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,92,133); }

 H1.HeaderClassName
 {
   color: #795C85;
 }
 .AnyTagClassName
 {
   color: #795C85;
 }
</style>
background-color css

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

 a { background-color: rgb(121,92,133); }

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

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

 span { border-color: rgb(121,92,133); }

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