#7E887D

Color #7E887D Boulder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boulder #7E887D

Tints of Boulder #7E887D

Color information

#7E887D (or 0x7E887D) is unknown color: approx Boulder. HEX triplet: 7E, 88 and 7D. RGB value is (126,136,125). Sum of RGB (Red+Green+Blue) = 126+136+125=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 136 - color contains mainly: green. Hex color #7E887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E887D is #817782. Grayscale: #838383. Windows color (decimal): -8484739 or 8226942. OLE color: 8226942.

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

Color convert

RGB126136125-
CMYK0.0700.080.47
HSL114.55º4.42%51.18%-
HSV(B)114.55º8.09%53.33%-
XYZ21.1123.5222.83-
YUV131.76124.19123.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.56%
GREEN value IS 136 (53.52% from 255) = 35.14%
BLUE value IS 125 (49.22% from 255) = 32.30%
R=32.56%
G=35.14%
B=32.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1261361250.0700.080.47114.554.4251.18
Hex7E887D7082F73433
Octal176210175701057163463
Binary1111110100010001111101111010001011111110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E887D; }

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

 H1.HeaderClassName
 {
   color: #7E887D;
 }
 .AnyTagClassName
 {
   color: #7E887D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #7E887D;
 }
 .BgClassName
 {
   background-color: #7E887D;
 }
</style>
border-color css

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

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

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