Html Css Color HEX #888B7F Jumbo

📋 copy color: '#888B7F'

red 136 ◦ green 139 ◦ blue 127

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

Shades of Jumbo #888B7F

Tints of Jumbo #888B7F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.58%

 BLUE value IS 127 (50% from 255) = 31.59%

R = 33.83%
G = 34.58%
B = 31.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#888B7F (or 0x888B7F) is known color: Jumbo. HEX triplet: 88, 8B and 7F. RGB value is (136,139,127). Sum of RGB (Red+Green+Blue) = 136+139+127=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 139 - color contains mainly: green. Hex color #888B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B7F is #777480. Grayscale: #888888. Windows color (decimal): -7828609 or 8358792. OLE color: 8358792.

HSL color Cylindrical-coordinate representation of color #888B7F: hue angle of 75º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #888B7F is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 139 127 -
CMYK 0.02 0 0.09 0.45
HSL 75º 0.05% 0.52% -
HSV(B) 75º 0.09% 0.55% -
XYZ 23.22 25.23 23.73 -
YUV 136.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 136 139 127 0.02 0 0.09 0.45 75 0.05 0.52
Hex 88 8B 7F 2 0 9 2D 4B 5 34
Octal 210 213 177 2 0 11 55 113 5 64
Binary 10001000 10001011 1111111 10 0 1001 101101 1001011 101 110100

Color Harmonies of #888B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888B7F

Black with #888B7F

Text Example


Text Example

White with #888B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888B7F; }

 p { color: rgb(136,139,127); }

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

background-color css

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

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

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

border-color css

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

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

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