#88838C

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

Shades of Topaz #88838C

Tints of Topaz #88838C

Color information

#88838C (or 0x88838C) is unknown color: approx Topaz. HEX triplet: 88, 83 and 8C. RGB value is (136,131,140). Sum of RGB (Red+Green+Blue) = 136+131+140=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 140 - color contains mainly: blue. Hex color #88838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88838C is #777C73. Grayscale: #858585. Windows color (decimal): -7830644 or 9208712. OLE color: 9208712.

HSL color Cylindrical-coordinate representation of color #88838C: hue angle of 273.33º degrees, saturation: 0.04, 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 #88838C is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB136131140-
CMYK0.030.0600.45
HSL273.33º3.77%53.14%-
HSV(B)273.33º6.43%54.9%-
XYZ2323.3628.11-
YUV133.52131.66129.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.42%
GREEN value IS 131 (51.56% from 255) = 32.19%
BLUE value IS 140 (55.08% from 255) = 34.40%
R=33.42%
G=32.19%
B=34.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361311400.030.0600.45273.333.7753.14
Hex88838C3602D111435
Octal21020321436055421465
Binary100010001000001110001100111100101101100010001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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