Html Css Color HEX #807D87 Topaz

📋 copy color: '#807D87'

red 128 ◦ green 125 ◦ blue 135

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

Shades of Topaz #807D87

Tints of Topaz #807D87

RGB

 RED value IS 128 (50.39% from 255) = 32.99%

 GREEN value IS 125 (49.22% from 255) = 32.22%

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

R = 32.99%
G = 32.22%
B = 34.79%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#807D87 (or 0x807D87) is known color: Topaz. HEX triplet: 80, 7D and 87. RGB value is (128,125,135). Sum of RGB (Red+Green+Blue) = 128+125+135=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 135 - color contains mainly: blue. Hex color #807D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807D87 is #7F8278. Grayscale: #7F7F7F. Windows color (decimal): -8356473 or 8879488. OLE color: 8879488.

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

Color convert

RGB 128 125 135 -
CMYK 0.05 0.07 0 0.47
HSL 258º 0.04% 0.51% -
HSV(B) 258º 0.07% 0.53% -
XYZ 20.61 21.01 25.89 -
YUV 127.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 128 125 135 0.05 0.07 0 0.47 258 0.04 0.51
Hex 80 7D 87 5 7 0 2F 102 4 33
Octal 200 175 207 5 7 0 57 402 4 63
Binary 10000000 1111101 10000111 101 111 0 101111 100000010 100 110011

Color Harmonies of #807D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807D87

Black with #807D87

Text Example


Text Example

White with #807D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807D87; }

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

 H1.HeaderClassName
 {
   color: #807D87;
 }
 .AnyTagClassName
 {
   color: #807D87;
 }
</style>

background-color css

<style>
 a { background-color: #807D87; }

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

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

border-color css

<style>
 span { border-color: #807D87; }

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

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