Html Css Color HEX #765488 Affair

📋 copy color: '#765488'

red 118 ◦ green 84 ◦ blue 136

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

Shades of Affair #765488

Tints of Affair #765488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.85%

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

R = 34.91%
G = 24.85%
B = 40.24%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#765488 (or 0x765488) is known color: Affair. HEX triplet: 76, 54 and 88. RGB value is (118,84,136). Sum of RGB (Red+Green+Blue) = 118+84+136=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #765488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765488 is #89AB77. Grayscale: #636363. Windows color (decimal): -9022328 or 8934518. OLE color: 8934518.

HSL color Cylindrical-coordinate representation of color #765488: hue angle of 279.23º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #765488 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 84 136 -
CMYK 0.13 0.38 0 0.47
HSL 279.23º 0.24% 0.43% -
HSV(B) 279.23º 0.38% 0.53% -
XYZ 15.09 11.97 24.81 -
YUV 100.09 148.26 140.77 -
System Red Green Blue C M Y K H S L
Decimal 118 84 136 0.13 0.38 0 0.47 279.23 0.24 0.43
Hex 76 54 88 D 26 0 2F 117 18 2B
Octal 166 124 210 15 46 0 57 427 30 53
Binary 1110110 1010100 10001000 1101 100110 0 101111 100010111 11000 101011

Color Harmonies of #765488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765488

Black with #765488

Text Example


Text Example

White with #765488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765488; }

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

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

background-color css

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

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

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

border-color css

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

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

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