Html Css Color HEX #76577D Affair

📋 copy color: '#76577D'

red 118 ◦ green 87 ◦ blue 125

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

Shades of Affair #76577D

Tints of Affair #76577D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.88%

R = 35.76%
G = 26.36%
B = 37.88%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76577D (or 0x76577D) is known color: Affair. HEX triplet: 76, 57 and 7D. RGB value is (118,87,125). Sum of RGB (Red+Green+Blue) = 118+87+125=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 125 - color contains mainly: blue. Hex color #76577D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76577D is #89A882. Grayscale: #646464. Windows color (decimal): -9021571 or 8214390. OLE color: 8214390.

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

Color convert

RGB 118 87 125 -
CMYK 0.06 0.30 0 0.51
HSL 288.95º 0.18% 0.42% -
HSV(B) 288.95º 0.3% 0.49% -
XYZ 14.58 12.15 20.98 -
YUV 100.6 141.77 140.41 -
System Red Green Blue C M Y K H S L
Decimal 118 87 125 0.06 0.30 0 0.51 288.95 0.18 0.42
Hex 76 57 7D 6 1E 0 33 121 12 2A
Octal 166 127 175 6 36 0 63 441 22 52
Binary 1110110 1010111 1111101 110 11110 0 110011 100100001 10010 101010

Color Harmonies of #76577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76577D

Black with #76577D

Text Example


Text Example

White with #76577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76577D; }

 p { color: rgb(118,87,125); }

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

background-color css

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

 a { background-color: rgb(118,87,125); }

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

border-color css

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

 span { border-color: rgb(118,87,125); }

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