Html Css Color HEX #764386 Affair

📋 copy color: '#764386'

red 118 ◦ green 67 ◦ blue 134

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

Shades of Affair #764386

Tints of Affair #764386

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21%

 BLUE value IS 134 (52.73% from 255) = 42.01%

R = 36.99%
G = 21%
B = 42.01%

CMYK

 C value IS 0.12

 M value IS 0.5

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#764386 (or 0x764386) is known color: Affair. HEX triplet: 76, 43 and 86. RGB value is (118,67,134). Sum of RGB (Red+Green+Blue) = 118+67+134=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 134 - color contains mainly: blue. Hex color #764386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764386 is #89BC79. Grayscale: #595959. Windows color (decimal): -9026682 or 8799094. OLE color: 8799094.

HSL color Cylindrical-coordinate representation of color #764386: hue angle of 285.67º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #764386 is Cyan = 0.12, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 67 134 -
CMYK 0.12 0.5 0 0.47
HSL 285.67º 0.33% 0.39% -
HSV(B) 285.67º 0.5% 0.53% -
XYZ 13.78 9.59 23.68 -
YUV 89.89 152.9 148.05 -
System Red Green Blue C M Y K H S L
Decimal 118 67 134 0.12 0.5 0 0.47 285.67 0.33 0.39
Hex 76 43 86 C 32 0 2F 11E 21 27
Octal 166 103 206 14 62 0 57 436 41 47
Binary 1110110 1000011 10000110 1100 110010 0 101111 100011110 100001 100111

Color Harmonies of #764386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764386

Black with #764386

Text Example


Text Example

White with #764386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764386; }

 p { color: rgb(118,67,134); }

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

background-color css

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

 a { background-color: rgb(118,67,134); }

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

border-color css

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

 span { border-color: rgb(118,67,134); }

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