Html Css Color HEX #7A6087 Affair

📋 copy color: '#7A6087'

red 122 ◦ green 96 ◦ blue 135

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

Shades of Affair #7A6087

Tints of Affair #7A6087

RGB

 RED value IS 122 (48.05% from 255) = 34.56%

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

 BLUE value IS 135 (53.13% from 255) = 38.24%

R = 34.56%
G = 27.2%
B = 38.24%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7A6087 (or 0x7A6087) is known color: Affair. HEX triplet: 7A, 60 and 87. RGB value is (122,96,135). Sum of RGB (Red+Green+Blue) = 122+96+135=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 135 - color contains mainly: blue. Hex color #7A6087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6087 is #859F78. Grayscale: #6C6C6C. Windows color (decimal): -8757113 or 8872058. OLE color: 8872058.

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

Color convert

RGB 122 96 135 -
CMYK 0.10 0.29 0 0.47
HSL 280º 0.17% 0.45% -
HSV(B) 280º 0.29% 0.53% -
XYZ 16.58 14.25 24.8 -
YUV 108.22 143.11 137.83 -
System Red Green Blue C M Y K H S L
Decimal 122 96 135 0.10 0.29 0 0.47 280 0.17 0.45
Hex 7A 60 87 A 1D 0 2F 118 11 2D
Octal 172 140 207 12 35 0 57 430 21 55
Binary 1111010 1100000 10000111 1010 11101 0 101111 100011000 10001 101101

Color Harmonies of #7A6087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6087

Black with #7A6087

Text Example


Text Example

White with #7A6087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,96,135); }

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

background-color css

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

 a { background-color: rgb(122,96,135); }

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

border-color css

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

 span { border-color: rgb(122,96,135); }

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