#765492

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

Shades of Affair #765492

Tints of Affair #765492

Color information

#765492 (or 0x765492) is unknown color: approx Affair. HEX triplet: 76, 54 and 92. RGB value is (118,84,146). Sum of RGB (Red+Green+Blue) = 118+84+146=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 146 - color contains mainly: blue. Hex color #765492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765492 is #89AB6D. Grayscale: #656565. Windows color (decimal): -9022318 or 9589878. OLE color: 9589878.

HSL color Cylindrical-coordinate representation of color #765492: hue angle of 272.9º degrees, saturation: 0.27, 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 #765492 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11884146-
CMYK0.190.4200.43
HSL272.9º26.96%45.1%-
HSV(B)272.9º42.47%57.25%-
XYZ15.8312.2728.73-
YUV101.23153.26139.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.91%
GREEN value IS 84 (33.20% from 255) = 24.14%
BLUE value IS 146 (57.42% from 255) = 41.95%
R=33.91%
G=24.14%
B=41.95%

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
Decimal118841460.190.4200.43272.926.9645.1
Hex765492132A02B1111b2d
Octal16612422223520534213355
Binary111011010101001001001010011101010010101110001000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765492; }

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

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

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

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

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

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

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

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