Html Css Color HEX #76587C Affair

📋 copy color: '#76587C'

red 118 ◦ green 88 ◦ blue 124

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

Shades of Affair #76587C

Tints of Affair #76587C

RGB

 RED value IS 118 (46.48% from 255) = 35.76%

 GREEN value IS 88 (34.77% from 255) = 26.67%

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

R = 35.76%
G = 26.67%
B = 37.58%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76587C (or 0x76587C) is known color: Affair. HEX triplet: 76, 58 and 7C. RGB value is (118,88,124). Sum of RGB (Red+Green+Blue) = 118+88+124=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 124 - color contains mainly: blue. Hex color #76587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76587C is #89A783. Grayscale: #646464. Windows color (decimal): -9021316 or 8149110. OLE color: 8149110.

HSL color Cylindrical-coordinate representation of color #76587C: hue angle of 290º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76587C is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 88 124 -
CMYK 0.05 0.29 0 0.51
HSL 290º 0.17% 0.42% -
HSV(B) 290º 0.29% 0.49% -
XYZ 14.6 12.29 20.67 -
YUV 101.07 140.94 140.07 -
System Red Green Blue C M Y K H S L
Decimal 118 88 124 0.05 0.29 0 0.51 290 0.17 0.42
Hex 76 58 7C 5 1D 0 33 122 11 2A
Octal 166 130 174 5 35 0 63 442 21 52
Binary 1110110 1011000 1111100 101 11101 0 110011 100100010 10001 101010

Color Harmonies of #76587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76587C

Black with #76587C

Text Example


Text Example

White with #76587C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,88,124); }

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

background-color css

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

 a { background-color: rgb(118,88,124); }

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

border-color css

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

 span { border-color: rgb(118,88,124); }

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