Html Css Color HEX #7B7187 Topaz

📋 copy color: '#7B7187'

red 123 ◦ green 113 ◦ blue 135

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

Shades of Topaz #7B7187

Tints of Topaz #7B7187

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.46%

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

R = 33.15%
G = 30.46%
B = 36.39%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7B7187 (or 0x7B7187) is known color: Topaz. HEX triplet: 7B, 71 and 87. RGB value is (123,113,135). Sum of RGB (Red+Green+Blue) = 123+113+135=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 135 - color contains mainly: blue. Hex color #7B7187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7187 is #848E78. Grayscale: #767676. Windows color (decimal): -8687225 or 8876411. OLE color: 8876411.

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

Color convert

RGB 123 113 135 -
CMYK 0.09 0.16 0 0.47
HSL 267.27º 0.09% 0.49% -
HSV(B) 267.27º 0.16% 0.53% -
XYZ 18.45 17.77 25.38 -
YUV 118.5 137.31 131.21 -
System Red Green Blue C M Y K H S L
Decimal 123 113 135 0.09 0.16 0 0.47 267.27 0.09 0.49
Hex 7B 71 87 9 10 0 2F 10B 9 31
Octal 173 161 207 11 20 0 57 413 11 61
Binary 1111011 1110001 10000111 1001 10000 0 101111 100001011 1001 110001

Color Harmonies of #7B7187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7187

Black with #7B7187

Text Example


Text Example

White with #7B7187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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