Html Css Color HEX #7E7B87 Topaz

📋 copy color: '#7E7B87'

red 126 ◦ green 123 ◦ blue 135

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

Shades of Topaz #7E7B87

Tints of Topaz #7E7B87

RGB

 RED value IS 126 (49.61% from 255) = 32.81%

 GREEN value IS 123 (48.44% from 255) = 32.03%

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

R = 32.81%
G = 32.03%
B = 35.16%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7E7B87 (or 0x7E7B87) is known color: Topaz. HEX triplet: 7E, 7B and 87. RGB value is (126,123,135). Sum of RGB (Red+Green+Blue) = 126+123+135=384 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.81% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 135 - color contains mainly: blue. Hex color #7E7B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7B87 is #818478. Grayscale: #7D7D7D. Windows color (decimal): -8488057 or 8878974. OLE color: 8878974.

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

Color convert

RGB 126 123 135 -
CMYK 0.07 0.09 0 0.47
HSL 255º 0.05% 0.51% -
HSV(B) 255º 0.09% 0.53% -
XYZ 20.06 20.35 25.79 -
YUV 125.27 133.49 128.52 -
System Red Green Blue C M Y K H S L
Decimal 126 123 135 0.07 0.09 0 0.47 255 0.05 0.51
Hex 7E 7B 87 7 9 0 2F FF 5 33
Octal 176 173 207 7 11 0 57 377 5 63
Binary 1111110 1111011 10000111 111 1001 0 101111 11111111 101 110011

Color Harmonies of #7E7B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7B87

Black with #7E7B87

Text Example


Text Example

White with #7E7B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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