Html Css Color HEX #847D88 Topaz

📋 copy color: '#847D88'

red 132 ◦ green 125 ◦ blue 136

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

Shades of Topaz #847D88

Tints of Topaz #847D88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.61%

R = 33.59%
G = 31.81%
B = 34.61%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#847D88 (or 0x847D88) is known color: Topaz. HEX triplet: 84, 7D and 88. RGB value is (132,125,136). Sum of RGB (Red+Green+Blue) = 132+125+136=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 136 - color contains mainly: blue. Hex color #847D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847D88 is #7B8277. Grayscale: #808080. Windows color (decimal): -8094328 or 8945028. OLE color: 8945028.

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

Color convert

RGB 132 125 136 -
CMYK 0.03 0.08 0 0.47
HSL 278.18º 0.04% 0.51% -
HSV(B) 278.18º 0.08% 0.53% -
XYZ 21.29 21.35 26.29 -
YUV 128.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 132 125 136 0.03 0.08 0 0.47 278.18 0.04 0.51
Hex 84 7D 88 3 8 0 2F 116 4 33
Octal 204 175 210 3 10 0 57 426 4 63
Binary 10000100 1111101 10001000 11 1000 0 101111 100010110 100 110011

Color Harmonies of #847D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847D88

Black with #847D88

Text Example


Text Example

White with #847D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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