Html Css Color HEX #847B8E Topaz

📋 copy color: '#847B8E'

red 132 ◦ green 123 ◦ blue 142

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

Shades of Topaz #847B8E

Tints of Topaz #847B8E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.98%

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

R = 33.25%
G = 30.98%
B = 35.77%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#847B8E (or 0x847B8E) is known color: Topaz. HEX triplet: 84, 7B and 8E. RGB value is (132,123,142). Sum of RGB (Red+Green+Blue) = 132+123+142=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 142 - color contains mainly: blue. Hex color #847B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847B8E is #7B8471. Grayscale: #7F7F7F. Windows color (decimal): -8094834 or 9337732. OLE color: 9337732.

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

Color convert

RGB 132 123 142 -
CMYK 0.07 0.13 0 0.44
HSL 268.42º 0.08% 0.52% -
HSV(B) 268.42º 0.13% 0.56% -
XYZ 21.48 21.02 28.52 -
YUV 127.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 132 123 142 0.07 0.13 0 0.44 268.42 0.08 0.52
Hex 84 7B 8E 7 D 0 2C 10C 8 34
Octal 204 173 216 7 15 0 54 414 10 64
Binary 10000100 1111011 10001110 111 1101 0 101100 100001100 1000 110100

Color Harmonies of #847B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847B8E

Black with #847B8E

Text Example


Text Example

White with #847B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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