Html Css Color HEX #75507F Affair

📋 copy color: '#75507F'

red 117 ◦ green 80 ◦ blue 127

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

Shades of Affair #75507F

Tints of Affair #75507F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.69%

 BLUE value IS 127 (50% from 255) = 39.2%

R = 36.11%
G = 24.69%
B = 39.2%

CMYK

 C value IS 0.08

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75507F (or 0x75507F) is known color: Affair. HEX triplet: 75, 50 and 7F. RGB value is (117,80,127). Sum of RGB (Red+Green+Blue) = 117+80+127=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 127 - color contains mainly: blue. Hex color #75507F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75507F is #8AAF80. Grayscale: #606060. Windows color (decimal): -9088897 or 8343669. OLE color: 8343669.

HSL color Cylindrical-coordinate representation of color #75507F: hue angle of 287.23º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75507F is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 80 127 -
CMYK 0.08 0.37 0 0.50
HSL 287.23º 0.23% 0.41% -
HSV(B) 287.23º 0.37% 0.5% -
XYZ 14.04 11.05 21.47 -
YUV 96.42 145.26 142.68 -
System Red Green Blue C M Y K H S L
Decimal 117 80 127 0.08 0.37 0 0.50 287.23 0.23 0.41
Hex 75 50 7F 8 25 0 32 11F 17 29
Octal 165 120 177 10 45 0 62 437 27 51
Binary 1110101 1010000 1111111 1000 100101 0 110010 100011111 10111 101001

Color Harmonies of #75507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75507F

Black with #75507F

Text Example


Text Example

White with #75507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75507F; }

 p { color: rgb(117,80,127); }

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

background-color css

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

 a { background-color: rgb(117,80,127); }

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

border-color css

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

 span { border-color: rgb(117,80,127); }

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