Html Css Color HEX #848288 Topaz

📋 copy color: '#848288'

red 132 ◦ green 130 ◦ blue 136

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

Shades of Topaz #848288

Tints of Topaz #848288

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.66%

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

R = 33.17%
G = 32.66%
B = 34.17%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#848288 (or 0x848288) is known color: Topaz. HEX triplet: 84, 82 and 88. RGB value is (132,130,136). Sum of RGB (Red+Green+Blue) = 132+130+136=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 136 - color contains mainly: blue. Hex color #848288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848288 is #7B7D77. Grayscale: #838383. Windows color (decimal): -8093048 or 8946308. OLE color: 8946308.

HSL color Cylindrical-coordinate representation of color #848288: hue angle of 260º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #848288 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 130 136 -
CMYK 0.03 0.04 0 0.47
HSL 260º 0.02% 0.52% -
HSV(B) 260º 0.04% 0.53% -
XYZ 21.94 22.65 26.51 -
YUV 131.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 132 130 136 0.03 0.04 0 0.47 260 0.02 0.52
Hex 84 82 88 3 4 0 2F 104 2 34
Octal 204 202 210 3 4 0 57 404 2 64
Binary 10000100 10000010 10001000 11 100 0 101111 100000100 10 110100

Color Harmonies of #848288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848288

Black with #848288

Text Example


Text Example

White with #848288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848288; }

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

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

background-color css

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

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

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

border-color css

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

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

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