Html Css Color HEX #765C88 Affair

📋 copy color: '#765C88'

red 118 ◦ green 92 ◦ blue 136

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

Shades of Affair #765C88

Tints of Affair #765C88

RGB

 RED value IS 118 (46.48% from 255) = 34.1%

 GREEN value IS 92 (36.33% from 255) = 26.59%

 BLUE value IS 136 (53.52% from 255) = 39.31%

R = 34.1%
G = 26.59%
B = 39.31%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#765C88 (or 0x765C88) is known color: Affair. HEX triplet: 76, 5C and 88. RGB value is (118,92,136). Sum of RGB (Red+Green+Blue) = 118+92+136=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 136 - color contains mainly: blue. Hex color #765C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765C88 is #89A377. Grayscale: #686868. Windows color (decimal): -9020280 or 8936566. OLE color: 8936566.

HSL color Cylindrical-coordinate representation of color #765C88: hue angle of 275.45º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #765C88 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 92 136 -
CMYK 0.13 0.32 0 0.47
HSL 275.45º 0.19% 0.45% -
HSV(B) 275.45º 0.32% 0.53% -
XYZ 15.74 13.28 25.03 -
YUV 104.79 145.61 137.42 -
System Red Green Blue C M Y K H S L
Decimal 118 92 136 0.13 0.32 0 0.47 275.45 0.19 0.45
Hex 76 5C 88 D 20 0 2F 113 13 2D
Octal 166 134 210 15 40 0 57 423 23 55
Binary 1110110 1011100 10001000 1101 100000 0 101111 100010011 10011 101101

Color Harmonies of #765C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C88

Black with #765C88

Text Example


Text Example

White with #765C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765C88; }

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

 H1.HeaderClassName
 {
   color: #765C88;
 }
 .AnyTagClassName
 {
   color: #765C88;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #765C88;
 }
 .BgClassName
 {
   background-color: #765C88;
 }
</style>

border-color css

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

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

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