#765888

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

Shades of Affair #765888

Tints of Affair #765888

Color information

#765888 (or 0x765888) is unknown color: approx Affair. HEX triplet: 76, 58 and 88. RGB value is (118,88,136). Sum of RGB (Red+Green+Blue) = 118+88+136=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 136 - color contains mainly: blue. Hex color #765888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765888 is #89A777. Grayscale: #666666. Windows color (decimal): -9021304 or 8935542. OLE color: 8935542.

HSL color Cylindrical-coordinate representation of color #765888: hue angle of 277.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #765888 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11888136-
CMYK0.130.3500.47
HSL277.5º21.43%43.92%-
HSV(B)277.5º35.29%53.33%-
XYZ15.412.6124.91-
YUV102.44146.94139.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 88 (34.77% from 255) = 25.73%
BLUE value IS 136 (53.52% from 255) = 39.77%
R=34.50%
G=25.73%
B=39.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118881360.130.3500.47277.521.4343.92
Hex765888D2302F116152c
Octal16613021015430574262554
Binary11101101011000100010001101100011010111110001011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765888; }

 p { color: rgb(118,88,136); }

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

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

 a { background-color: rgb(118,88,136); }

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

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

 span { border-color: rgb(118,88,136); }

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