Html Css Color HEX #88838C Topaz

📋 copy color: '#88838C'

red 136 ◦ green 131 ◦ blue 140

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

Shades of Topaz #88838C

Tints of Topaz #88838C

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.4%

R = 33.42%
G = 32.19%
B = 34.4%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88838C (or 0x88838C) is known color: 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

RGB 136 131 140 -
CMYK 0.03 0.06 0 0.45
HSL 273.33º 0.04% 0.53% -
HSV(B) 273.33º 0.06% 0.55% -
XYZ 23 23.36 28.11 -
YUV 133.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 136 131 140 0.03 0.06 0 0.45 273.33 0.04 0.53
Hex 88 83 8C 3 6 0 2D 111 4 35
Octal 210 203 214 3 6 0 55 421 4 65
Binary 10001000 10000011 10001100 11 110 0 101101 100010001 100 110101

Color Harmonies of #88838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88838C

Black with #88838C

Text Example


Text Example

White with #88838C

Text Example


Text Example

HTML Codes & Css Web 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>