Html Css Color HEX #888885 Jumbo

📋 copy color: '#888885'

red 136 ◦ green 136 ◦ blue 133

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

Shades of Jumbo #888885

Tints of Jumbo #888885

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.58%

 BLUE value IS 133 (52.34% from 255) = 32.84%

R = 33.58%
G = 33.58%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#888885 (or 0x888885) is known color: Jumbo. HEX triplet: 88, 88 and 85. RGB value is (136,136,133). Sum of RGB (Red+Green+Blue) = 136+136+133=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888885 is #77777A. Grayscale: #878787. Windows color (decimal): -7829371 or 8751240. OLE color: 8751240.

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

Color convert

RGB 136 136 133 -
CMYK 0 0 0.02 0.47
HSL 60º 0.01% 0.53% -
HSV(B) 60º 0.02% 0.53% -
XYZ 23.19 24.54 25.7 -
YUV 135.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 136 136 133 0 0 0.02 0.47 60 0.01 0.53
Hex 88 88 85 0 0 2 2F 3C 1 35
Octal 210 210 205 0 0 2 57 74 1 65
Binary 10001000 10001000 10000101 0 0 10 101111 111100 1 110101

Color Harmonies of #888885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888885

Black with #888885

Text Example


Text Example

White with #888885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888885; }

 p { color: rgb(136,136,133); }

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

background-color css

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

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

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

border-color css

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

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

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