Html Css Color HEX #745B82 Affair

📋 copy color: '#745B82'

red 116 ◦ green 91 ◦ blue 130

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

Shades of Affair #745B82

Tints of Affair #745B82

RGB

 RED value IS 116 (45.7% from 255) = 34.42%

 GREEN value IS 91 (35.94% from 255) = 27%

 BLUE value IS 130 (51.17% from 255) = 38.58%

R = 34.42%
G = 27%
B = 38.58%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#745B82 (or 0x745B82) is known color: Affair. HEX triplet: 74, 5B and 82. RGB value is (116,91,130). Sum of RGB (Red+Green+Blue) = 116+91+130=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 130 - color contains mainly: blue. Hex color #745B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745B82 is #8BA47D. Grayscale: #666666. Windows color (decimal): -9151614 or 8543092. OLE color: 8543092.

HSL color Cylindrical-coordinate representation of color #745B82: hue angle of 278.46º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #745B82 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 91 130 -
CMYK 0.11 0.30 0 0.49
HSL 278.46º 0.18% 0.43% -
HSV(B) 278.46º 0.3% 0.51% -
XYZ 14.97 12.81 22.8 -
YUV 102.92 143.28 137.33 -
System Red Green Blue C M Y K H S L
Decimal 116 91 130 0.11 0.30 0 0.49 278.46 0.18 0.43
Hex 74 5B 82 B 1E 0 31 116 12 2B
Octal 164 133 202 13 36 0 61 426 22 53
Binary 1110100 1011011 10000010 1011 11110 0 110001 100010110 10010 101011

Color Harmonies of #745B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745B82

Black with #745B82

Text Example


Text Example

White with #745B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745B82; }

 p { color: rgb(116,91,130); }

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

background-color css

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

 a { background-color: rgb(116,91,130); }

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

border-color css

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

 span { border-color: rgb(116,91,130); }

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