Html Css Color HEX #765888 Affair

📋 copy color: '#765888'

red 118 ◦ green 88 ◦ blue 136

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

Shades of Affair #765888

Tints of Affair #765888

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.73%

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

R = 34.5%
G = 25.73%
B = 39.77%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

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

RGB 118 88 136 -
CMYK 0.13 0.35 0 0.47
HSL 277.5º 0.21% 0.44% -
HSV(B) 277.5º 0.35% 0.53% -
XYZ 15.4 12.61 24.91 -
YUV 102.44 146.94 139.1 -
System Red Green Blue C M Y K H S L
Decimal 118 88 136 0.13 0.35 0 0.47 277.5 0.21 0.44
Hex 76 58 88 D 23 0 2F 116 15 2C
Octal 166 130 210 15 43 0 57 426 25 54
Binary 1110110 1011000 10001000 1101 100011 0 101111 100010110 10101 101100

Color Harmonies of #765888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765888

Black with #765888

Text Example


Text Example

White with #765888

Text Example


Text Example

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