#7F857F

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

Shades of Boulder #7F857F

Tints of Boulder #7F857F

Color information

#7F857F (or 0x7F857F) is unknown color: approx Boulder. HEX triplet: 7F, 85 and 7F. RGB value is (127,133,127). Sum of RGB (Red+Green+Blue) = 127+133+127=387 (51% of max value = 765). Red value is 127 (50% from 255 or 32.82% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 133 - color contains mainly: green. Hex color #7F857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F857F is #807A80. Grayscale: #828282. Windows color (decimal): -8419969 or 8357247. OLE color: 8357247.

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

Color convert

RGB127133127-
CMYK0.0500.050.48
HSL120º2.4%50.98%-
HSV(B)120º4.51%52.16%-
XYZ20.9722.8223.38-
YUV130.52126.01125.49-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.82%
GREEN value IS 133 (52.34% from 255) = 34.37%
BLUE value IS 127 (50% from 255) = 32.82%
R=32.82%
G=34.37%
B=32.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1271331270.0500.050.481202.450.98
Hex7F857F5053078233
Octal17720517750560170263
Binary11111111000010111111111010101110000111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,133,127); }

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

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

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

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

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

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

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