Html Css Color HEX #888295 Topaz

📋 copy color: '#888295'

red 136 ◦ green 130 ◦ blue 149

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

Shades of Topaz #888295

Tints of Topaz #888295

RGB

 RED value IS 136 (53.52% from 255) = 32.77%

 GREEN value IS 130 (51.17% from 255) = 31.33%

 BLUE value IS 149 (58.59% from 255) = 35.9%

R = 32.77%
G = 31.33%
B = 35.9%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#888295 (or 0x888295) is known color: Topaz. HEX triplet: 88, 82 and 95. RGB value is (136,130,149). Sum of RGB (Red+Green+Blue) = 136+130+149=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 149 - color contains mainly: blue. Hex color #888295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888295 is #777D6A. Grayscale: #858585. Windows color (decimal): -7830891 or 9798280. OLE color: 9798280.

HSL color Cylindrical-coordinate representation of color #888295: hue angle of 258.95º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #888295 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 130 149 -
CMYK 0.09 0.13 0 0.42
HSL 258.95º 0.08% 0.55% -
HSV(B) 258.95º 0.13% 0.58% -
XYZ 23.56 23.37 31.7 -
YUV 133.96 136.49 129.46 -
System Red Green Blue C M Y K H S L
Decimal 136 130 149 0.09 0.13 0 0.42 258.95 0.08 0.55
Hex 88 82 95 9 D 0 2A 103 8 37
Octal 210 202 225 11 15 0 52 403 10 67
Binary 10001000 10000010 10010101 1001 1101 0 101010 100000011 1000 110111

Color Harmonies of #888295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888295

Black with #888295

Text Example


Text Example

White with #888295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888295; }

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

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

background-color css

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

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

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

border-color css

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

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

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