Html Css Color HEX #888883 Jumbo

📋 copy color: '#888883'

red 136 ◦ green 136 ◦ blue 131

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

Shades of Jumbo #888883

Tints of Jumbo #888883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.51%

R = 33.75%
G = 33.75%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#888883 (or 0x888883) is known color: Jumbo. HEX triplet: 88, 88 and 83. RGB value is (136,136,131). Sum of RGB (Red+Green+Blue) = 136+136+131=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888883 is #77777C. Grayscale: #878787. Windows color (decimal): -7829373 or 8620168. OLE color: 8620168.

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

Color convert

RGB 136 136 131 -
CMYK 0 0 0.04 0.47
HSL 60º 0.02% 0.52% -
HSV(B) 60º 0.04% 0.53% -
XYZ 23.05 24.48 24.98 -
YUV 135.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 136 136 131 0 0 0.04 0.47 60 0.02 0.52
Hex 88 88 83 0 0 4 2F 3C 2 34
Octal 210 210 203 0 0 4 57 74 2 64
Binary 10001000 10001000 10000011 0 0 100 101111 111100 10 110100

Color Harmonies of #888883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888883

Black with #888883

Text Example


Text Example

White with #888883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888883; }

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

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

background-color css

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

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

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

border-color css

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

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

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