Html Css Color HEX #847E8B Topaz

📋 copy color: '#847E8B'

red 132 ◦ green 126 ◦ blue 139

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

Shades of Topaz #847E8B

Tints of Topaz #847E8B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.74%

 BLUE value IS 139 (54.69% from 255) = 35.01%

R = 33.25%
G = 31.74%
B = 35.01%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#847E8B (or 0x847E8B) is known color: Topaz. HEX triplet: 84, 7E and 8B. RGB value is (132,126,139). Sum of RGB (Red+Green+Blue) = 132+126+139=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 139 - color contains mainly: blue. Hex color #847E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847E8B is #7B8174. Grayscale: #818181. Windows color (decimal): -8094069 or 9141892. OLE color: 9141892.

HSL color Cylindrical-coordinate representation of color #847E8B: hue angle of 267.69º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #847E8B is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 126 139 -
CMYK 0.05 0.09 0 0.45
HSL 267.69º 0.05% 0.52% -
HSV(B) 267.69º 0.09% 0.55% -
XYZ 21.64 21.69 27.47 -
YUV 129.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 132 126 139 0.05 0.09 0 0.45 267.69 0.05 0.52
Hex 84 7E 8B 5 9 0 2D 10C 5 34
Octal 204 176 213 5 11 0 55 414 5 64
Binary 10000100 1111110 10001011 101 1001 0 101101 100001100 101 110100

Color Harmonies of #847E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847E8B

Black with #847E8B

Text Example


Text Example

White with #847E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,126,139); }

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

background-color css

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

 a { background-color: rgb(132,126,139); }

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

border-color css

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

 span { border-color: rgb(132,126,139); }

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