Html Css Color HEX #7C6086 Affair

📋 copy color: '#7C6086'

red 124 ◦ green 96 ◦ blue 134

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

Shades of Affair #7C6086

Tints of Affair #7C6086

RGB

 RED value IS 124 (48.83% from 255) = 35.03%

 GREEN value IS 96 (37.89% from 255) = 27.12%

 BLUE value IS 134 (52.73% from 255) = 37.85%

R = 35.03%
G = 27.12%
B = 37.85%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7C6086 (or 0x7C6086) is known color: Affair. HEX triplet: 7C, 60 and 86. RGB value is (124,96,134). Sum of RGB (Red+Green+Blue) = 124+96+134=354 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.03% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 134 - color contains mainly: blue. Hex color #7C6086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6086 is #839F79. Grayscale: #6C6C6C. Windows color (decimal): -8626042 or 8806524. OLE color: 8806524.

HSL color Cylindrical-coordinate representation of color #7C6086: hue angle of 284.21º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C6086 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 124 96 134 -
CMYK 0.07 0.28 0 0.47
HSL 284.21º 0.17% 0.45% -
HSV(B) 284.21º 0.28% 0.53% -
XYZ 16.8 14.37 24.44 -
YUV 108.7 142.28 138.91 -
System Red Green Blue C M Y K H S L
Decimal 124 96 134 0.07 0.28 0 0.47 284.21 0.17 0.45
Hex 7C 60 86 7 1C 0 2F 11C 11 2D
Octal 174 140 206 7 34 0 57 434 21 55
Binary 1111100 1100000 10000110 111 11100 0 101111 100011100 10001 101101

Color Harmonies of #7C6086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6086

Black with #7C6086

Text Example


Text Example

White with #7C6086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C6086; }

 p { color: rgb(124,96,134); }

 H1.HeaderClassName
 {
   color: #7C6086;
 }
 .AnyTagClassName
 {
   color: #7C6086;
 }
</style>

background-color css

<style>
 a { background-color: #7C6086; }

 a { background-color: rgb(124,96,134); }

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

border-color css

<style>
 span { border-color: #7C6086; }

 span { border-color: rgb(124,96,134); }

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