Html Css Color HEX #765389 Affair

📋 copy color: '#765389'

red 118 ◦ green 83 ◦ blue 137

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

Shades of Affair #765389

Tints of Affair #765389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.56%

 BLUE value IS 137 (53.91% from 255) = 40.53%

R = 34.91%
G = 24.56%
B = 40.53%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#765389 (or 0x765389) is known color: Affair. HEX triplet: 76, 53 and 89. RGB value is (118,83,137). Sum of RGB (Red+Green+Blue) = 118+83+137=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 137 - color contains mainly: blue. Hex color #765389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765389 is #89AC76. Grayscale: #636363. Windows color (decimal): -9022583 or 8999798. OLE color: 8999798.

HSL color Cylindrical-coordinate representation of color #765389: hue angle of 278.89º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #765389 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 83 137 -
CMYK 0.14 0.39 0 0.46
HSL 278.89º 0.25% 0.43% -
HSV(B) 278.89º 0.39% 0.54% -
XYZ 15.08 11.84 25.16 -
YUV 99.62 149.1 141.11 -
System Red Green Blue C M Y K H S L
Decimal 118 83 137 0.14 0.39 0 0.46 278.89 0.25 0.43
Hex 76 53 89 E 27 0 2E 117 19 2B
Octal 166 123 211 16 47 0 56 427 31 53
Binary 1110110 1010011 10001001 1110 100111 0 101110 100010111 11001 101011

Color Harmonies of #765389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765389

Black with #765389

Text Example


Text Example

White with #765389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765389; }

 p { color: rgb(118,83,137); }

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

background-color css

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

 a { background-color: rgb(118,83,137); }

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

border-color css

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

 span { border-color: rgb(118,83,137); }

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