#7F857E

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

Shades of Boulder #7F857E

Tints of Boulder #7F857E

Color information

#7F857E (or 0x7F857E) is unknown color: approx Boulder. HEX triplet: 7F, 85 and 7E. RGB value is (127,133,126). Sum of RGB (Red+Green+Blue) = 127+133+126=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 133 - color contains mainly: green. Hex color #7F857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F857E is #807A81. Grayscale: #828282. Windows color (decimal): -8419970 or 8291711. OLE color: 8291711.

HSL color Cylindrical-coordinate representation of color #7F857E: hue angle of 111.43º degrees, saturation: 0.03, 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 #7F857E is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB127133126-
CMYK0.0500.050.48
HSL111.43º2.79%50.78%-
HSV(B)111.43º5.26%52.16%-
XYZ20.9122.7923.04-
YUV130.41125.51125.57-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.90%
GREEN value IS 133 (52.34% from 255) = 34.46%
BLUE value IS 126 (49.61% from 255) = 32.64%
R=32.90%
G=34.46%
B=32.64%

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
Decimal1271331260.0500.050.48111.432.7950.78
Hex7F857E505306f333
Octal17720517650560157363
Binary11111111000010111111101010101110000110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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