Html Css Color HEX #828088 Topaz

📋 copy color: '#828088'

red 130 ◦ green 128 ◦ blue 136

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

Shades of Topaz #828088

Tints of Topaz #828088

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.49%

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

R = 32.99%
G = 32.49%
B = 34.52%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#828088 (or 0x828088) is known color: Topaz. HEX triplet: 82, 80 and 88. RGB value is (130,128,136). Sum of RGB (Red+Green+Blue) = 130+128+136=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 136 - color contains mainly: blue. Hex color #828088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828088 is #7D7F77. Grayscale: #818181. Windows color (decimal): -8224632 or 8945794. OLE color: 8945794.

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

Color convert

RGB 130 128 136 -
CMYK 0.04 0.06 0 0.47
HSL 255º 0.03% 0.52% -
HSV(B) 255º 0.06% 0.53% -
XYZ 21.37 21.96 26.41 -
YUV 129.51 131.66 128.35 -
System Red Green Blue C M Y K H S L
Decimal 130 128 136 0.04 0.06 0 0.47 255 0.03 0.52
Hex 82 80 88 4 6 0 2F FF 3 34
Octal 202 200 210 4 6 0 57 377 3 64
Binary 10000010 10000000 10001000 100 110 0 101111 11111111 11 110100

Color Harmonies of #828088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828088

Black with #828088

Text Example


Text Example

White with #828088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828088; }

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

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

background-color css

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

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

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

border-color css

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

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

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