#76558A

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

Shades of Affair #76558A

Tints of Affair #76558A

Color information

#76558A (or 0x76558A) is unknown color: approx Affair. HEX triplet: 76, 55 and 8A. RGB value is (118,85,138). Sum of RGB (Red+Green+Blue) = 118+85+138=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 138 - color contains mainly: blue. Hex color #76558A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76558A is #89AA75. Grayscale: #646464. Windows color (decimal): -9022070 or 9065846. OLE color: 9065846.

HSL color Cylindrical-coordinate representation of color #76558A: hue angle of 277.36º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76558A is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11885138-
CMYK0.140.3800.46
HSL277.36º23.77%43.73%-
HSV(B)277.36º38.41%54.12%-
XYZ15.3112.1825.59-
YUV100.91148.93140.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 85 (33.59% from 255) = 24.93%
BLUE value IS 138 (54.30% from 255) = 40.47%
R=34.60%
G=24.93%
B=40.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118851380.140.3800.46277.3623.7743.73
Hex76558AE2602E115182c
Octal16612521216460564253054
Binary11101101010101100010101110100110010111010001010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76558A; }

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

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

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

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

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

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

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

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