#765592

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

Shades of Affair #765592

Tints of Affair #765592

Color information

#765592 (or 0x765592) is unknown color: approx Affair. HEX triplet: 76, 55 and 92. RGB value is (118,85,146). Sum of RGB (Red+Green+Blue) = 118+85+146=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 146 - color contains mainly: blue. Hex color #765592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765592 is #89AA6D. Grayscale: #656565. Windows color (decimal): -9022062 or 9590134. OLE color: 9590134.

HSL color Cylindrical-coordinate representation of color #765592: hue angle of 272.46º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #765592 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11885146-
CMYK0.190.4200.43
HSL272.46º26.41%45.29%-
HSV(B)272.46º41.78%57.25%-
XYZ15.9112.4228.75-
YUV101.82152.93139.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.81%
GREEN value IS 85 (33.59% from 255) = 24.36%
BLUE value IS 146 (57.42% from 255) = 41.83%
R=33.81%
G=24.36%
B=41.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118851460.190.4200.43272.4626.4145.29
Hex765592132A02B1101a2d
Octal16612522223520534203255
Binary111011010101011001001010011101010010101110001000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765592; }

 p { color: rgb(118,85,146); }

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

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

 a { background-color: rgb(118,85,146); }

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

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

 span { border-color: rgb(118,85,146); }

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