Html Css Color HEX #847A88 Topaz

📋 copy color: '#847A88'

red 132 ◦ green 122 ◦ blue 136

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

Shades of Topaz #847A88

Tints of Topaz #847A88

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.28%

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

R = 33.85%
G = 31.28%
B = 34.87%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#847A88 (or 0x847A88) is known color: Topaz. HEX triplet: 84, 7A and 88. RGB value is (132,122,136). Sum of RGB (Red+Green+Blue) = 132+122+136=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 136 - color contains mainly: blue. Hex color #847A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847A88 is #7B8577. Grayscale: #7E7E7E. Windows color (decimal): -8095096 or 8944260. OLE color: 8944260.

HSL color Cylindrical-coordinate representation of color #847A88: hue angle of 282.86º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #847A88 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 122 136 -
CMYK 0.03 0.10 0 0.47
HSL 282.86º 0.06% 0.51% -
HSV(B) 282.86º 0.1% 0.53% -
XYZ 20.92 20.6 26.17 -
YUV 126.59 133.31 131.86 -
System Red Green Blue C M Y K H S L
Decimal 132 122 136 0.03 0.10 0 0.47 282.86 0.06 0.51
Hex 84 7A 88 3 A 0 2F 11B 6 33
Octal 204 172 210 3 12 0 57 433 6 63
Binary 10000100 1111010 10001000 11 1010 0 101111 100011011 110 110011

Color Harmonies of #847A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847A88

Black with #847A88

Text Example


Text Example

White with #847A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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