Html Css Color HEX #847F8E Topaz

📋 copy color: '#847F8E'

red 132 ◦ green 127 ◦ blue 142

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

Shades of Topaz #847F8E

Tints of Topaz #847F8E

RGB

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

 GREEN value IS 127 (50% from 255) = 31.67%

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 32.92%
G = 31.67%
B = 35.41%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#847F8E (or 0x847F8E) is known color: Topaz. HEX triplet: 84, 7F and 8E. RGB value is (132,127,142). Sum of RGB (Red+Green+Blue) = 132+127+142=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 142 - color contains mainly: blue. Hex color #847F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847F8E is #7B8071. Grayscale: #828282. Windows color (decimal): -8093810 or 9338756. OLE color: 9338756.

HSL color Cylindrical-coordinate representation of color #847F8E: hue angle of 260º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #847F8E is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 127 142 -
CMYK 0.07 0.11 0 0.44
HSL 260º 0.06% 0.53% -
HSV(B) 260º 0.11% 0.56% -
XYZ 21.99 22.04 28.69 -
YUV 130.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 132 127 142 0.07 0.11 0 0.44 260 0.06 0.53
Hex 84 7F 8E 7 B 0 2C 104 6 35
Octal 204 177 216 7 13 0 54 404 6 65
Binary 10000100 1111111 10001110 111 1011 0 101100 100000100 110 110101

Color Harmonies of #847F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847F8E

Black with #847F8E

Text Example


Text Example

White with #847F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,127,142); }

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

background-color css

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

 a { background-color: rgb(132,127,142); }

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

border-color css

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

 span { border-color: rgb(132,127,142); }

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