Html Css Color HEX #765384 Affair

📋 copy color: '#765384'

red 118 ◦ green 83 ◦ blue 132

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

Shades of Affair #765384

Tints of Affair #765384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.64%

R = 35.44%
G = 24.92%
B = 39.64%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#765384 (or 0x765384) is known color: Affair. HEX triplet: 76, 53 and 84. RGB value is (118,83,132). Sum of RGB (Red+Green+Blue) = 118+83+132=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 132 - color contains mainly: blue. Hex color #765384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765384 is #89AC7B. Grayscale: #626262. Windows color (decimal): -9022588 or 8672118. OLE color: 8672118.

HSL color Cylindrical-coordinate representation of color #765384: hue angle of 282.86º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #765384 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 83 132 -
CMYK 0.11 0.37 0 0.48
HSL 282.86º 0.23% 0.42% -
HSV(B) 282.86º 0.37% 0.52% -
XYZ 14.73 11.7 23.31 -
YUV 99.05 146.6 141.52 -
System Red Green Blue C M Y K H S L
Decimal 118 83 132 0.11 0.37 0 0.48 282.86 0.23 0.42
Hex 76 53 84 B 25 0 30 11B 17 2A
Octal 166 123 204 13 45 0 60 433 27 52
Binary 1110110 1010011 10000100 1011 100101 0 110000 100011011 10111 101010

Color Harmonies of #765384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765384

Black with #765384

Text Example


Text Example

White with #765384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765384; }

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

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

background-color css

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

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

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

border-color css

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

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

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