Html Css Color HEX #7B6087 Affair

📋 copy color: '#7B6087'

red 123 ◦ green 96 ◦ blue 135

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

Shades of Affair #7B6087

Tints of Affair #7B6087

RGB

 RED value IS 123 (48.44% from 255) = 34.75%

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

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

R = 34.75%
G = 27.12%
B = 38.14%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7B6087 (or 0x7B6087) is known color: Affair. HEX triplet: 7B, 60 and 87. RGB value is (123,96,135). Sum of RGB (Red+Green+Blue) = 123+96+135=354 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.75% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 135 - color contains mainly: blue. Hex color #7B6087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6087 is #849F78. Grayscale: #6C6C6C. Windows color (decimal): -8691577 or 8872059. OLE color: 8872059.

HSL color Cylindrical-coordinate representation of color #7B6087: hue angle of 281.54º 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 #7B6087 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 123 96 135 -
CMYK 0.09 0.29 0 0.47
HSL 281.54º 0.17% 0.45% -
HSV(B) 281.54º 0.29% 0.53% -
XYZ 16.72 14.33 24.81 -
YUV 108.52 142.95 138.33 -
System Red Green Blue C M Y K H S L
Decimal 123 96 135 0.09 0.29 0 0.47 281.54 0.17 0.45
Hex 7B 60 87 9 1D 0 2F 11A 11 2D
Octal 173 140 207 11 35 0 57 432 21 55
Binary 1111011 1100000 10000111 1001 11101 0 101111 100011010 10001 101101

Color Harmonies of #7B6087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6087

Black with #7B6087

Text Example


Text Example

White with #7B6087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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