Html Css Color HEX #76508B Affair

📋 copy color: '#76508B'

red 118 ◦ green 80 ◦ blue 139

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

Shades of Affair #76508B

Tints of Affair #76508B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.25%

R = 35.01%
G = 23.74%
B = 41.25%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76508B (or 0x76508B) is known color: Affair. HEX triplet: 76, 50 and 8B. RGB value is (118,80,139). Sum of RGB (Red+Green+Blue) = 118+80+139=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #76508B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76508B is #89AF74. Grayscale: #616161. Windows color (decimal): -9023349 or 9130102. OLE color: 9130102.

HSL color Cylindrical-coordinate representation of color #76508B: hue angle of 278.64º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76508B is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 80 139 -
CMYK 0.15 0.42 0 0.45
HSL 278.64º 0.27% 0.43% -
HSV(B) 278.64º 0.42% 0.55% -
XYZ 15 11.45 25.85 -
YUV 98.09 151.09 142.2 -
System Red Green Blue C M Y K H S L
Decimal 118 80 139 0.15 0.42 0 0.45 278.64 0.27 0.43
Hex 76 50 8B F 2A 0 2D 117 1B 2B
Octal 166 120 213 17 52 0 55 427 33 53
Binary 1110110 1010000 10001011 1111 101010 0 101101 100010111 11011 101011

Color Harmonies of #76508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76508B

Black with #76508B

Text Example


Text Example

White with #76508B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76508B; }

 p { color: rgb(118,80,139); }

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

background-color css

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

 a { background-color: rgb(118,80,139); }

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

border-color css

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

 span { border-color: rgb(118,80,139); }

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