#88838B

Color #88838B Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #88838B

Tints of Topaz #88838B

Color information

#88838B (or 0x88838B) is unknown color: approx Topaz. HEX triplet: 88, 83 and 8B. RGB value is (136,131,139). Sum of RGB (Red+Green+Blue) = 136+131+139=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 139 - color contains mainly: blue. Hex color #88838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88838B is #777C74. Grayscale: #858585. Windows color (decimal): -7830645 or 9143176. OLE color: 9143176.

HSL color Cylindrical-coordinate representation of color #88838B: hue angle of 277.5º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #88838B is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB136131139-
CMYK0.020.0600.45
HSL277.5º3.33%52.94%-
HSV(B)277.5º5.76%54.51%-
XYZ22.9323.3327.72-
YUV133.41131.16129.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.50%
GREEN value IS 131 (51.56% from 255) = 32.27%
BLUE value IS 139 (54.69% from 255) = 34.24%
R=33.50%
G=32.27%
B=34.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361311390.020.0600.45277.53.3352.94
Hex88838B2602D116335
Octal21020321326055426365
Binary10001000100000111000101110110010110110001011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88838B; }

 p { color: rgb(136,131,139); }

 H1.HeaderClassName
 {
   color: #88838B;
 }
 .AnyTagClassName
 {
   color: #88838B;
 }
</style>
background-color css

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

 a { background-color: rgb(136,131,139); }

 div.DivClassName
 {
   background-color: #88838B;
 }
 .BgClassName
 {
   background-color: #88838B;
 }
</style>
border-color css

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

 span { border-color: rgb(136,131,139); }

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