Html Css Color HEX #8B8A7D Jumbo

📋 copy color: '#8B8A7D'

red 139 ◦ green 138 ◦ blue 125

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

Shades of Jumbo #8B8A7D

Tints of Jumbo #8B8A7D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.33%

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

R = 34.58%
G = 34.33%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8B8A7D (or 0x8B8A7D) is known color: Jumbo. HEX triplet: 8B, 8A and 7D. RGB value is (139,138,125). Sum of RGB (Red+Green+Blue) = 139+138+125=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8A7D is #747582. Grayscale: #888888. Windows color (decimal): -7632259 or 8227467. OLE color: 8227467.

HSL color Cylindrical-coordinate representation of color #8B8A7D: hue angle of 55.71º 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 #8B8A7D is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 138 125 -
CMYK 0 0.01 0.10 0.45
HSL 55.71º 0.06% 0.52% -
HSV(B) 55.71º 0.1% 0.55% -
XYZ 23.44 25.15 23.02 -
YUV 136.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 139 138 125 0 0.01 0.10 0.45 55.71 0.06 0.52
Hex 8B 8A 7D 0 1 A 2D 38 6 34
Octal 213 212 175 0 1 12 55 70 6 64
Binary 10001011 10001010 1111101 0 1 1010 101101 111000 110 110100

Color Harmonies of #8B8A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8A7D

Black with #8B8A7D

Text Example


Text Example

White with #8B8A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B8A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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