Html Css Color HEX #8A8D7D Jumbo

📋 copy color: '#8A8D7D'

red 138 ◦ green 141 ◦ blue 125

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

Shades of Jumbo #8A8D7D

Tints of Jumbo #8A8D7D

RGB

 RED value IS 138 (54.3% from 255) = 34.16%

 GREEN value IS 141 (55.47% from 255) = 34.9%

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

R = 34.16%
G = 34.9%
B = 30.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8A8D7D (or 0x8A8D7D) is known color: Jumbo. HEX triplet: 8A, 8D and 7D. RGB value is (138,141,125). Sum of RGB (Red+Green+Blue) = 138+141+125=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 141 - color contains mainly: green. Hex color #8A8D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8D7D is #757282. Grayscale: #8A8A8A. Windows color (decimal): -7697027 or 8228234. OLE color: 8228234.

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

Color convert

RGB 138 141 125 -
CMYK 0.02 0 0.11 0.45
HSL 71.25º 0.07% 0.52% -
HSV(B) 71.25º 0.11% 0.55% -
XYZ 23.71 25.93 23.16 -
YUV 138.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 138 141 125 0.02 0 0.11 0.45 71.25 0.07 0.52
Hex 8A 8D 7D 2 0 B 2D 47 7 34
Octal 212 215 175 2 0 13 55 107 7 64
Binary 10001010 10001101 1111101 10 0 1011 101101 1000111 111 110100

Color Harmonies of #8A8D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8D7D

Black with #8A8D7D

Text Example


Text Example

White with #8A8D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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