#764292

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

Shades of Affair #764292

Tints of Affair #764292

Color information

#764292 (or 0x764292) is unknown color: approx Affair. HEX triplet: 76, 42 and 92. RGB value is (118,66,146). Sum of RGB (Red+Green+Blue) = 118+66+146=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #764292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764292 is #89BD6D. Grayscale: #5A5A5A. Windows color (decimal): -9026926 or 9585270. OLE color: 9585270.

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

Color convert

RGB11866146-
CMYK0.190.5500.43
HSL279º37.74%41.57%-
HSV(B)279º54.79%57.25%-
XYZ14.619.8228.32-
YUV90.67159.23147.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.76%
GREEN value IS 66 (26.17% from 255) = 20%
BLUE value IS 146 (57.42% from 255) = 44.24%
R=35.76%
G=20%
B=44.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118661460.190.5500.4327937.7441.57
Hex764292133702B117262a
Octal16610222223670534274652
Binary1110110100001010010010100111101110101011100010111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764292; }

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

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

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

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

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

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

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

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