Html Css Color HEX #807C87 Topaz

📋 copy color: '#807C87'

red 128 ◦ green 124 ◦ blue 135

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

Shades of Topaz #807C87

Tints of Topaz #807C87

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.04%

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

R = 33.07%
G = 32.04%
B = 34.88%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#807C87 (or 0x807C87) is known color: Topaz. HEX triplet: 80, 7C and 87. RGB value is (128,124,135). Sum of RGB (Red+Green+Blue) = 128+124+135=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 135 - color contains mainly: blue. Hex color #807C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807C87 is #7F8378. Grayscale: #7E7E7E. Windows color (decimal): -8356729 or 8879232. OLE color: 8879232.

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

Color convert

RGB 128 124 135 -
CMYK 0.05 0.08 0 0.47
HSL 261.82º 0.04% 0.51% -
HSV(B) 261.82º 0.08% 0.53% -
XYZ 20.48 20.75 25.85 -
YUV 126.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 128 124 135 0.05 0.08 0 0.47 261.82 0.04 0.51
Hex 80 7C 87 5 8 0 2F 106 4 33
Octal 200 174 207 5 10 0 57 406 4 63
Binary 10000000 1111100 10000111 101 1000 0 101111 100000110 100 110011

Color Harmonies of #807C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807C87

Black with #807C87

Text Example


Text Example

White with #807C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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