Html Css Color HEX #7D7B87 Topaz

📋 copy color: '#7D7B87'

red 125 ◦ green 123 ◦ blue 135

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

Shades of Topaz #7D7B87

Tints of Topaz #7D7B87

RGB

 RED value IS 125 (49.22% from 255) = 32.64%

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

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

R = 32.64%
G = 32.11%
B = 35.25%

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

#7D7B87 (or 0x7D7B87) is known color: Topaz. HEX triplet: 7D, 7B and 87. RGB value is (125,123,135). Sum of RGB (Red+Green+Blue) = 125+123+135=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 135 - color contains mainly: blue. Hex color #7D7B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7B87 is #828478. Grayscale: #7C7C7C. Windows color (decimal): -8553593 or 8878973. OLE color: 8878973.

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

Color convert

RGB 125 123 135 -
CMYK 0.07 0.09 0 0.47
HSL 250º 0.05% 0.51% -
HSV(B) 250º 0.09% 0.53% -
XYZ 19.91 20.28 25.79 -
YUV 124.97 133.66 128.02 -
System Red Green Blue C M Y K H S L
Decimal 125 123 135 0.07 0.09 0 0.47 250 0.05 0.51
Hex 7D 7B 87 7 9 0 2F FA 5 33
Octal 175 173 207 7 11 0 57 372 5 63
Binary 1111101 1111011 10000111 111 1001 0 101111 11111010 101 110011

Color Harmonies of #7D7B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7B87

Black with #7D7B87

Text Example


Text Example

White with #7D7B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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