Html Css Color HEX #828188 Topaz

📋 copy color: '#828188'

red 130 ◦ green 129 ◦ blue 136

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

Shades of Topaz #828188

Tints of Topaz #828188

RGB

 RED value IS 130 (51.17% from 255) = 32.91%

 GREEN value IS 129 (50.78% from 255) = 32.66%

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

R = 32.91%
G = 32.66%
B = 34.43%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#828188 (or 0x828188) is known color: Topaz. HEX triplet: 82, 81 and 88. RGB value is (130,129,136). Sum of RGB (Red+Green+Blue) = 130+129+136=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 136 - color contains mainly: blue. Hex color #828188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828188 is #7D7E77. Grayscale: #828282. Windows color (decimal): -8224376 or 8946050. OLE color: 8946050.

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

Color convert

RGB 130 129 136 -
CMYK 0.04 0.05 0 0.47
HSL 248.57º 0.03% 0.52% -
HSV(B) 248.57º 0.05% 0.53% -
XYZ 21.5 22.22 26.45 -
YUV 130.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 130 129 136 0.04 0.05 0 0.47 248.57 0.03 0.52
Hex 82 81 88 4 5 0 2F F9 3 34
Octal 202 201 210 4 5 0 57 371 3 64
Binary 10000010 10000001 10001000 100 101 0 101111 11111001 11 110100

Color Harmonies of #828188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828188

Black with #828188

Text Example


Text Example

White with #828188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828188; }

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

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

background-color css

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

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

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

border-color css

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

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

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