Html Css Color HEX #888B7D Jumbo

📋 copy color: '#888B7D'

red 136 ◦ green 139 ◦ blue 125

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

Shades of Jumbo #888B7D

Tints of Jumbo #888B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.25%

R = 34%
G = 34.75%
B = 31.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#888B7D (or 0x888B7D) is known color: Jumbo. HEX triplet: 88, 8B and 7D. RGB value is (136,139,125). Sum of RGB (Red+Green+Blue) = 136+139+125=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 139 - color contains mainly: green. Hex color #888B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B7D is #777482. Grayscale: #888888. Windows color (decimal): -7828611 or 8227720. OLE color: 8227720.

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

Color convert

RGB 136 139 125 -
CMYK 0.02 0 0.10 0.45
HSL 72.86º 0.06% 0.52% -
HSV(B) 72.86º 0.1% 0.55% -
XYZ 23.09 25.18 23.05 -
YUV 136.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 136 139 125 0.02 0 0.10 0.45 72.86 0.06 0.52
Hex 88 8B 7D 2 0 A 2D 49 6 34
Octal 210 213 175 2 0 12 55 111 6 64
Binary 10001000 10001011 1111101 10 0 1010 101101 1001001 110 110100

Color Harmonies of #888B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888B7D

Black with #888B7D

Text Example


Text Example

White with #888B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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