#7F837F

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

Shades of Boulder #7F837F

Tints of Boulder #7F837F

Color information

#7F837F (or 0x7F837F) is unknown color: approx Boulder. HEX triplet: 7F, 83 and 7F. RGB value is (127,131,127). Sum of RGB (Red+Green+Blue) = 127+131+127=385 (50% of max value = 765). Red value is 127 (50% from 255 or 32.99% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 131 - color contains mainly: green. Hex color #7F837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F837F is #807C80. Grayscale: #818181. Windows color (decimal): -8420481 or 8356735. OLE color: 8356735.

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

Color convert

RGB127131127-
CMYK0.0300.030.49
HSL120º1.59%50.59%-
HSV(B)120º3.05%51.37%-
XYZ20.722.2823.29-
YUV129.35126.67126.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.99%
GREEN value IS 131 (51.56% from 255) = 34.03%
BLUE value IS 127 (50% from 255) = 32.99%
R=32.99%
G=34.03%
B=32.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1271311270.0300.030.491201.5950.59
Hex7F837F3033178233
Octal17720317730361170263
Binary111111110000011111111111011110001111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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