Html Css Color HEX #847D87 Topaz

📋 copy color: '#847D87'

red 132 ◦ green 125 ◦ blue 135

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

Shades of Topaz #847D87

Tints of Topaz #847D87

RGB

 RED value IS 132 (51.95% from 255) = 33.67%

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

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

R = 33.67%
G = 31.89%
B = 34.44%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#847D87 (or 0x847D87) is known color: Topaz. HEX triplet: 84, 7D and 87. RGB value is (132,125,135). Sum of RGB (Red+Green+Blue) = 132+125+135=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 135 - color contains mainly: blue. Hex color #847D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847D87 is #7B8278. Grayscale: #808080. Windows color (decimal): -8094329 or 8879492. OLE color: 8879492.

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

Color convert

RGB 132 125 135 -
CMYK 0.02 0.07 0 0.47
HSL 282º 0.04% 0.51% -
HSV(B) 282º 0.07% 0.53% -
XYZ 21.22 21.32 25.92 -
YUV 128.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 132 125 135 0.02 0.07 0 0.47 282 0.04 0.51
Hex 84 7D 87 2 7 0 2F 11A 4 33
Octal 204 175 207 2 7 0 57 432 4 63
Binary 10000100 1111101 10000111 10 111 0 101111 100011010 100 110011

Color Harmonies of #847D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847D87

Black with #847D87

Text Example


Text Example

White with #847D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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