Html Css Color HEX #755782 Affair

📋 copy color: '#755782'

red 117 ◦ green 87 ◦ blue 130

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

Shades of Affair #755782

Tints of Affair #755782

RGB

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

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

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

R = 35.03%
G = 26.05%
B = 38.92%

CMYK

 C value IS 0.1

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#755782 (or 0x755782) is known color: Affair. HEX triplet: 75, 57 and 82. RGB value is (117,87,130). Sum of RGB (Red+Green+Blue) = 117+87+130=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 130 - color contains mainly: blue. Hex color #755782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755782 is #8AA87D. Grayscale: #646464. Windows color (decimal): -9087102 or 8542069. OLE color: 8542069.

HSL color Cylindrical-coordinate representation of color #755782: hue angle of 281.86º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #755782 is Cyan = 0.1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 87 130 -
CMYK 0.1 0.33 0 0.49
HSL 281.86º 0.2% 0.43% -
HSV(B) 281.86º 0.33% 0.51% -
XYZ 14.77 12.21 22.7 -
YUV 100.87 144.44 139.5 -
System Red Green Blue C M Y K H S L
Decimal 117 87 130 0.1 0.33 0 0.49 281.86 0.2 0.43
Hex 75 57 82 A 21 0 31 11A 14 2B
Octal 165 127 202 12 41 0 61 432 24 53
Binary 1110101 1010111 10000010 1010 100001 0 110001 100011010 10100 101011

Color Harmonies of #755782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755782

Black with #755782

Text Example


Text Example

White with #755782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755782; }

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

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

background-color css

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

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

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

border-color css

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

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

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