Html Css Color HEX #765592 Affair

📋 copy color: '#765592'

red 118 ◦ green 85 ◦ blue 146

#765592
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #765592

Tints of Affair #765592

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 value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#765592 (or 0x765592) is known color: 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

RGB 118 85 146 -
CMYK 0.19 0.42 0 0.43
HSL 272.46º 0.26% 0.45% -
HSV(B) 272.46º 0.42% 0.57% -
XYZ 15.91 12.42 28.75 -
YUV 101.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 118 85 146 0.19 0.42 0 0.43 272.46 0.26 0.45
Hex 76 55 92 13 2A 0 2B 110 1A 2D
Octal 166 125 222 23 52 0 53 420 32 55
Binary 1110110 1010101 10010010 10011 101010 0 101011 100010000 11010 101101

Color Harmonies of #765592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765592

Black with #765592

Text Example


Text Example

White with #765592

Text Example


Text Example

HTML Codes & Css Web 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>