Html Css Color HEX #755784 Affair

📋 copy color: '#755784'

red 117 ◦ green 87 ◦ blue 132

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

Shades of Affair #755784

Tints of Affair #755784

RGB

 RED value IS 117 (46.09% from 255) = 34.82%

 GREEN value IS 87 (34.38% from 255) = 25.89%

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

R = 34.82%
G = 25.89%
B = 39.29%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#755784 (or 0x755784) is known color: Affair. HEX triplet: 75, 57 and 84. RGB value is (117,87,132). Sum of RGB (Red+Green+Blue) = 117+87+132=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 132 - color contains mainly: blue. Hex color #755784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755784 is #8AA87B. Grayscale: #646464. Windows color (decimal): -9087100 or 8673141. OLE color: 8673141.

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

Color convert

RGB 117 87 132 -
CMYK 0.11 0.34 0 0.48
HSL 280º 0.21% 0.43% -
HSV(B) 280º 0.34% 0.52% -
XYZ 14.91 12.26 23.41 -
YUV 101.1 145.44 139.34 -
System Red Green Blue C M Y K H S L
Decimal 117 87 132 0.11 0.34 0 0.48 280 0.21 0.43
Hex 75 57 84 B 22 0 30 118 15 2B
Octal 165 127 204 13 42 0 60 430 25 53
Binary 1110101 1010111 10000100 1011 100010 0 110000 100011000 10101 101011

Color Harmonies of #755784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755784

Black with #755784

Text Example


Text Example

White with #755784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755784; }

 p { color: rgb(117,87,132); }

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

background-color css

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

 a { background-color: rgb(117,87,132); }

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

border-color css

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

 span { border-color: rgb(117,87,132); }

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