Html Css Color HEX #847F90 Topaz

📋 copy color: '#847F90'

red 132 ◦ green 127 ◦ blue 144

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

Shades of Topaz #847F90

Tints of Topaz #847F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.73%

R = 32.75%
G = 31.51%
B = 35.73%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#847F90 (or 0x847F90) is known color: Topaz. HEX triplet: 84, 7F and 90. RGB value is (132,127,144). Sum of RGB (Red+Green+Blue) = 132+127+144=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 144 - color contains mainly: blue. Hex color #847F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847F90 is #7B806F. Grayscale: #828282. Windows color (decimal): -8093808 or 9469828. OLE color: 9469828.

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

Color convert

RGB 132 127 144 -
CMYK 0.08 0.12 0 0.44
HSL 257.65º 0.07% 0.53% -
HSV(B) 257.65º 0.12% 0.56% -
XYZ 22.14 22.1 29.48 -
YUV 130.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 132 127 144 0.08 0.12 0 0.44 257.65 0.07 0.53
Hex 84 7F 90 8 C 0 2C 102 7 35
Octal 204 177 220 10 14 0 54 402 7 65
Binary 10000100 1111111 10010000 1000 1100 0 101100 100000010 111 110101

Color Harmonies of #847F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847F90

Black with #847F90

Text Example


Text Example

White with #847F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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