Html Css Color HEX #75567C Affair

📋 copy color: '#75567C'

red 117 ◦ green 86 ◦ blue 124

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

Shades of Affair #75567C

Tints of Affair #75567C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.3%

 BLUE value IS 124 (48.83% from 255) = 37.92%

R = 35.78%
G = 26.3%
B = 37.92%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75567C (or 0x75567C) is known color: Affair. HEX triplet: 75, 56 and 7C. RGB value is (117,86,124). Sum of RGB (Red+Green+Blue) = 117+86+124=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 124 - color contains mainly: blue. Hex color #75567C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75567C is #8AA983. Grayscale: #636363. Windows color (decimal): -9087364 or 8148597. OLE color: 8148597.

HSL color Cylindrical-coordinate representation of color #75567C: hue angle of 288.95º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75567C is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 86 124 -
CMYK 0.06 0.31 0 0.51
HSL 288.95º 0.18% 0.41% -
HSV(B) 288.95º 0.31% 0.49% -
XYZ 14.3 11.89 20.61 -
YUV 99.6 141.77 140.41 -
System Red Green Blue C M Y K H S L
Decimal 117 86 124 0.06 0.31 0 0.51 288.95 0.18 0.41
Hex 75 56 7C 6 1F 0 33 121 12 29
Octal 165 126 174 6 37 0 63 441 22 51
Binary 1110101 1010110 1111100 110 11111 0 110011 100100001 10010 101001

Color Harmonies of #75567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75567C

Black with #75567C

Text Example


Text Example

White with #75567C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75567C; }

 p { color: rgb(117,86,124); }

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

background-color css

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

 a { background-color: rgb(117,86,124); }

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

border-color css

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

 span { border-color: rgb(117,86,124); }

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