#7E857D

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

Shades of Boulder #7E857D

Tints of Boulder #7E857D

Color information

#7E857D (or 0x7E857D) is unknown color: approx Boulder. HEX triplet: 7E, 85 and 7D. RGB value is (126,133,125). Sum of RGB (Red+Green+Blue) = 126+133+125=384 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.81% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 133 - color contains mainly: green. Hex color #7E857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E857D is #817A82. Grayscale: #828282. Windows color (decimal): -8485507 or 8226174. OLE color: 8226174.

HSL color Cylindrical-coordinate representation of color #7E857D: hue angle of 112.5º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7E857D is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB126133125-
CMYK0.0500.060.48
HSL112.5º3.17%50.59%-
HSV(B)112.5º6.02%52.16%-
XYZ20.6922.6922.69-
YUV130125.18125.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.81%
GREEN value IS 133 (52.34% from 255) = 34.64%
BLUE value IS 125 (49.22% from 255) = 32.55%
R=32.81%
G=34.64%
B=32.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1261331250.0500.060.48112.53.1750.59
Hex7E857D5063071333
Octal17620517550660161363
Binary11111101000010111111011010110110000111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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