Html Css Color HEX #7B7087 Topaz

📋 copy color: '#7B7087'

red 123 ◦ green 112 ◦ blue 135

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

Shades of Topaz #7B7087

Tints of Topaz #7B7087

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.27%

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

R = 33.24%
G = 30.27%
B = 36.49%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7B7087 (or 0x7B7087) is known color: Topaz. HEX triplet: 7B, 70 and 87. RGB value is (123,112,135). Sum of RGB (Red+Green+Blue) = 123+112+135=370 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.24% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 135 - color contains mainly: blue. Hex color #7B7087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7087 is #848F78. Grayscale: #757575. Windows color (decimal): -8687481 or 8876155. OLE color: 8876155.

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

Color convert

RGB 123 112 135 -
CMYK 0.09 0.17 0 0.47
HSL 268.7º 0.09% 0.48% -
HSV(B) 268.7º 0.17% 0.53% -
XYZ 18.34 17.55 25.34 -
YUV 117.91 137.64 131.63 -
System Red Green Blue C M Y K H S L
Decimal 123 112 135 0.09 0.17 0 0.47 268.7 0.09 0.48
Hex 7B 70 87 9 11 0 2F 10D 9 30
Octal 173 160 207 11 21 0 57 415 11 60
Binary 1111011 1110000 10000111 1001 10001 0 101111 100001101 1001 110000

Color Harmonies of #7B7087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7087

Black with #7B7087

Text Example


Text Example

White with #7B7087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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