Html Css Color HEX #7B6085 Affair

📋 copy color: '#7B6085'

red 123 ◦ green 96 ◦ blue 133

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

Shades of Affair #7B6085

Tints of Affair #7B6085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.78%

R = 34.94%
G = 27.27%
B = 37.78%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7B6085 (or 0x7B6085) is known color: Affair. HEX triplet: 7B, 60 and 85. RGB value is (123,96,133). Sum of RGB (Red+Green+Blue) = 123+96+133=352 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.94% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 133 - color contains mainly: blue. Hex color #7B6085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6085 is #849F7A. Grayscale: #6C6C6C. Windows color (decimal): -8691579 or 8740987. OLE color: 8740987.

HSL color Cylindrical-coordinate representation of color #7B6085: hue angle of 283.78º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B6085 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 123 96 133 -
CMYK 0.08 0.28 0 0.48
HSL 283.78º 0.16% 0.45% -
HSV(B) 283.78º 0.28% 0.52% -
XYZ 16.58 14.27 24.07 -
YUV 108.29 141.95 138.49 -
System Red Green Blue C M Y K H S L
Decimal 123 96 133 0.08 0.28 0 0.48 283.78 0.16 0.45
Hex 7B 60 85 8 1C 0 30 11C 10 2D
Octal 173 140 205 10 34 0 60 434 20 55
Binary 1111011 1100000 10000101 1000 11100 0 110000 100011100 10000 101101

Color Harmonies of #7B6085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6085

Black with #7B6085

Text Example


Text Example

White with #7B6085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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